From cd0980d13e1c8fcf89eb9cee16fbdddd5a0bc310 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 12:46:59 +0100 Subject: [PATCH] Clarify 'updates_refreshed' message (#22904) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2669f9a1fe..2940a2d0c6 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2020,7 +2020,7 @@ }, "check_updates": "Check for updates", "no_new_updates": "No new updates found", - "updates_refreshed": "{count} {count, plural,\n one {update}\n other {updates}\n} refreshed", + "updates_refreshed": "State of {count} {count, plural,\n one {update}\n other {updates}\n} refreshed", "checking_updates": "Checking for updates...", "title": "{count} {count, plural,\n one {update}\n other {updates}\n}", "unable_to_fetch": "Unable to load updates",