diff --git a/cosmic-applet-notifications/i18n/en/cosmic_applet_notifications.ftl b/cosmic-applet-notifications/i18n/en/cosmic_applet_notifications.ftl index a73f3a8e..72b1a875 100644 --- a/cosmic-applet-notifications/i18n/en/cosmic_applet_notifications.ftl +++ b/cosmic-applet-notifications/i18n/en/cosmic_applet_notifications.ftl @@ -1,11 +1,13 @@ -hours-ago = { $duration } { $duration -> - [one] hour - *[other] hours -} ago -minutes-ago = { $duration } { $duration -> - [one] minute - *[other] minutes -} ago +hours-ago = { $duration -> + [0] Just now + [one] 1 hour ago + *[other] { $duration } hours ago +} +minutes-ago = { $duration -> + [0] Just now + [one] 1 minute ago + *[other] { $duration } minutes ago +} show-less = Show less show-more = Show {$more} more clear-group = Clear group