From 1999237b6816d2ba3a34cff9e008ecd7bfc7c212 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Nov 2019 14:35:56 +0100 Subject: [PATCH] Friendlier / more rewarding messages when everything is up to date --- src/locales/en.json | 8 ++++---- src/views/update/update.ms | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f6c5c577..4f26a469 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -5,7 +5,7 @@ "advanced": "Advanced", "remove": "Remove", "administration_password": "Administration password", - "all_apps": "All apps", + "all_apps": "All apps", "api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?", "app_change_label": "Change Label", "app_change_url": "Change URL", @@ -317,9 +317,9 @@ "swap": "Swap", "system": "System", "system_apps": "Apps", - "system_apps_nothing": "There are no apps to upgrade.", - "system_packages": "Packages", - "system_packages_nothing": "There are no packages to upgrade.", + "system_apps_nothing": "All apps are up to date!", + "system_packages": "System packages", + "system_packages_nothing": "All system packages are up to date!", "system_update": "System update", "system_upgrade": "System upgrade", "system_upgrade_btn": "Upgrade", diff --git a/src/views/update/update.ms b/src/views/update/update.ms index 62a44b50..61feaa37 100644 --- a/src/views/update/update.ms +++ b/src/views/update/update.ms @@ -24,7 +24,7 @@ {{else}}
- {{t 'system_packages_nothing'}} + {{t 'system_packages_nothing'}}
{{/if}} @@ -48,7 +48,7 @@ {{else}}
- {{t 'system_apps_nothing'}} + {{t 'system_apps_nothing'}}
{{/if}}