mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
fix typo
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user