From b1eff69205bc41ee7ee7f188ee7209d21519ccdf Mon Sep 17 00:00:00 2001 From: heliguy Date: Mon, 8 Jul 2024 19:34:00 -0400 Subject: [PATCH] fix typo --- src/widgets/app_row.blp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }