diff --git a/src/widgets/app_row.blp b/src/widgets/app_row.blp index 0d6be8e..beb9a35 100644 --- a/src/widgets/app_row.blp +++ b/src/widgets/app_row.blp @@ -11,14 +11,14 @@ template $AppRow : Adw.ActionRow { [suffix] Image eol_package_package_status_icon { icon-name: "error-symbolic"; - tooltip-text: _("This package is End Of Life, and will not recieve any security updates"); + tooltip-text: _("This package is End Of Life, and will not receive any security updates"); visible: false; styles["error"] } [suffix] Image eol_runtime_status_icon { icon-name: "error-symbolic"; - tooltip-text: _("This app's runtime is End Of Life, and will not recieve any security updates"); + tooltip-text: _("This app's runtime is End Of Life, and will not receive any security updates"); visible: false; styles["error"] }