From a401649b94686b3842e4d0aa395b19dcd919cd65 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 27 Nov 2019 10:54:27 +0100 Subject: [PATCH] MOBILE-3206 lang: Update invalid moodle version message --- src/assets/lang/en.json | 2 +- src/core/login/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index 2a5ba7432..6879a9d11 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -1611,7 +1611,7 @@ "core.login.invalidaccount": "Please check your login details or ask your site administrator to check the site configuration.", "core.login.invaliddate": "Invalid date", "core.login.invalidemail": "Invalid email address", - "core.login.invalidmoodleversion": "Invalid Moodle version. The minimum version required is 3.1.", + "core.login.invalidmoodleversion": "

Invalid Moodle site version. The Moodle app only supports Moodle systems 3.1 onwards.

\n

You can contact your site administrators and ask them to update their Moodle system.

\n

\"Site Administrators\" are the people who manages the Moodle at your school/university/company or learning organisation. If you don't know how to contact them, please contact your teachers/trainers.

", "core.login.invalidsite": "The site URL is invalid.", "core.login.invalidtime": "Invalid time", "core.login.invalidurl": "Invalid URL specified", diff --git a/src/core/login/lang/en.json b/src/core/login/lang/en.json index e4780131c..0e7cbf3cf 100644 --- a/src/core/login/lang/en.json +++ b/src/core/login/lang/en.json @@ -38,7 +38,7 @@ "invalidaccount": "Please check your login details or ask your site administrator to check the site configuration.", "invaliddate": "Invalid date", "invalidemail": "Invalid email address", - "invalidmoodleversion": "Invalid Moodle version. The minimum version required is 3.1.", + "invalidmoodleversion": "

Invalid Moodle site version. The Moodle app only supports Moodle systems 3.1 onwards.

\n

You can contact your site administrators and ask them to update their Moodle system.

\n

\"Site Administrators\" are the people who manages the Moodle at your school/university/company or learning organisation. If you don't know how to contact them, please contact your teachers/trainers.

", "invalidsite": "The site URL is invalid.", "invalidtime": "Invalid time", "invalidurl": "Invalid URL specified",