mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Friendlier / more rewarding messages when everything is up to date
This commit is contained in:
parent
6177044381
commit
f448b8c892
2 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
{{else}}
|
||||
<div class="panel-body">
|
||||
{{t 'system_packages_nothing'}}
|
||||
<span class="text-success"><span class="fa-fw fa-check-circle"></span> {{t 'system_packages_nothing'}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
{{else}}
|
||||
<div class="panel-body">
|
||||
{{t 'system_apps_nothing'}}
|
||||
<span class="text-success"><span class="fa-fw fa-check-circle"></span> {{t 'system_apps_nothing'}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue