Add warning message about yunohost version being obsolete (#113)

This commit is contained in:
Alexandre Aubin 2018-12-18 16:15:08 +01:00 committed by GitHub
parent fe3d445507
commit e76d9eb69c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",