Add warning message about yunohost version being obsolete

This commit is contained in:
Alexandre Aubin 2018-12-11 17:18:06 +00:00
parent 23bde07c9b
commit 366ae97b38
2 changed files with 3 additions and 0 deletions

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 class="icon icon-connexion" href="?action=logout">{{t_logout}}</a></li>

View file

@ -19,6 +19,7 @@
"confirm": "Confirm",
"login": "Login",
"logout": "Logout",
"obsolete_version": "The version of YunoHost running on this server is obsolete and should be upgraded to YunoHost 3.x / Stretch. Please contact your administrator about this.",
"password_changed": "Password successfully changed",
"password_changed_error": "An error occurred on password changing",
"password_not_match": "New passwords don't match",