mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge branches 'stretch-unstable' and 'featured_apps' of https://github.com/YunoHost/yunohost-admin into featured_apps
This commit is contained in:
commit
89a0d06a74
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
data.packages[i].changelog = data.packages[i].changelog.replace(/\n/g, '<br />');
|
||||
|
||||
// Check for special packages that need delayed upgrade.
|
||||
if (["moulinette", "moulinette-yunohost", "yunohost-admin", "yunohost-config-nginx", "ssowat", "python"].indexOf(data.packages[i].name) != -1) {
|
||||
if (["moulinette", "yunohost", "yunohost-admin", "ssowat", "python"].indexOf(data.packages[i].name) != -1) {
|
||||
c.flash('warning', y18n.t('system_delayed_upgrade_warning', [data.packages[i].name]));
|
||||
data.packages[i].delayed = true;
|
||||
}
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"enabled": "Enabled",
|
||||
"error_modify_something": "You should modify something",
|
||||
"error_occured": "An error occurred, try again",
|
||||
"error_retrieve_feed": "Could not retrieve feed: %s",
|
||||
"error_retrieve_feed": "Could not retrieve feed: %s. You might have a plugin prevent your browser from performing this request (or the website is down).",
|
||||
"error_select_domain": "You should indicate a domain",
|
||||
"error_server": "Server error",
|
||||
"error_server_unexpected": "Unexpected server error (%s)",
|
||||
|
|
Loading…
Add table
Reference in a new issue