[enh] display stable/testing/unstable in footer

This commit is contained in:
Laurent Peuch 2018-01-08 04:11:01 +01:00
parent 2d1678a468
commit c5327d85ac
4 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
*/
app.bind('login', function(e, data) {
this.api('/version', function(versions) {
$('#yunohost-version').html(y18n.t('footer_version', [versions.yunohost]));
$('#yunohost-version').html(y18n.t('footer_version', [versions.yunohost.version, versions.yunohost.repo]));
});
});

View file

@ -77,7 +77,7 @@
// Get YunoHost version
if (sam.store.get('connected')) {
this.api('/version', function(versions) {
$('#yunohost-version').html(y18n.t('footer_version', [versions.yunohost]));
$('#yunohost-version').html(y18n.t('footer_version', [versions.yunohost.version, versions.yunohost.repo]));
});
}
@ -133,4 +133,4 @@
app.run('#/');
});
})();
})();

View file

@ -131,7 +131,7 @@
"everyone_has_access": "Everyone has access.",
"filesystem": "Filesystem",
"firewall": "Firewall",
"footer_version" : "Powered by <a href='https://yunohost.org'>YunoHost</a> %s.",
"footer_version" : "Powered by <a href='https://yunohost.org'>YunoHost</a> %s (%s).",
"form_input_example" : "Example: %s",
"free": "Free",
"fs_type": "FS Type",

View file

@ -296,7 +296,7 @@
"wrong_password": "Mot de passe incorrect",
"yes": "Oui",
"form_input_example": "Exemple : %s",
"footer_version": "Propulsé par <a href='https://yunohost.org'>YunoHost</a> %s.",
"footer_version": "Propulsé par <a href='https://yunohost.org'>YunoHost</a> %s (%s).",
"certificate_alert_not_valid": "Critique : le certificat actuel est invalide ! Le HTTPS ne fonctionnera pas du tout !",
"certificate_alert_selfsigned": "Attention : le certification actuel est auto-signé. Les navigateurs afficheront une alerte effrayante aux nouveaux visiteurs !",
"certificate_alert_letsencrypt_about_to_expire": "Le certificat actuel est sur le point dexpirer. Il doit être renouvelé automatiquement prochainement.",