Add warning message about yunohost version being obsolete

This commit is contained in:
Alexandre Aubin 2018-12-18 16:15:08 +01:00
parent 90fdbf1564
commit de352186bd
2 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,7 @@
"good_practices_about_user_password": "Pick a user password of at least 8 characters - though it is good practice to use longer ones (i.e. a passphrase) and/or use various kind of characters (uppercase, lowercase, digits and special characters).",
"wrong_current_password": "The current password is wrong",
"invalid_mail": "Invalid e-mail address",
"obsolete_version": "The version of YunoHost running on this server is obsolete and should be upgraded to YunoHost 4.x / Buster. Please contact your administrator about this.",
"invalid_domain": "Invalid domain in",
"invalid_mailforward": "Invalid e-mail forwarding address",
"mail_already_used": "E-mail address already in use",

View file

@ -1,3 +1,5 @@
<div class="wrapper messages warning">{{t_obsolete_version}}</div>
<div class="ynh-wrapper user">
<ul class="user-menu">
<li><a id="ynh-logout" class="icon icon-connexion" href="?action=logout">{{t_logout}}</a></li>