From de352186bdaca52a2c593cd5c25aa0e673a14a8f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 18 Dec 2018 16:15:08 +0100 Subject: [PATCH] Add warning message about yunohost version being obsolete --- portal/locales/en.json | 1 + portal/portal.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/portal/locales/en.json b/portal/locales/en.json index 2d07f11..f145289 100644 --- a/portal/locales/en.json +++ b/portal/locales/en.json @@ -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", diff --git a/portal/portal.html b/portal/portal.html index c95ab04..4d148ba 100644 --- a/portal/portal.html +++ b/portal/portal.html @@ -1,3 +1,5 @@ +
{{t_obsolete_version}}
+