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.
\nYou 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.
\nYou 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",