From f448b8c892b6fc846499496f2fa7eeebd5c28602 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/tools/tools_update.ms | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 3be53381..de095ed8 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", @@ -285,9 +285,9 @@ "storages_no": "No storages.", "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/tools/tools_update.ms b/src/views/tools/tools_update.ms index ec999c3c..ffe1a2d5 100644 --- a/src/views/tools/tools_update.ms +++ b/src/views/tools/tools_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}}