diff --git a/scripts/langindex.json b/scripts/langindex.json index 02f70f51f..a022f6a59 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1932,6 +1932,7 @@ "core.login.errorqrnoscheme": "local_moodlemobileapp", "core.login.errorupdatesite": "local_moodlemobileapp", "core.login.exceededloginattempts": "local_moodlemobileapp", + "core.login.exceededloginattemptsfallback": "local_moodlemobileapp", "core.login.exceededloginattemptssupportsubject": "local_moodlemobileapp", "core.login.exceededpasswordresetattempts": "local_moodlemobileapp", "core.login.exceededpasswordresetattemptssupportsubject": "local_moodlemobileapp", diff --git a/src/core/features/login/components/exceeded-attempts/exceeded-attempts.html b/src/core/features/login/components/exceeded-attempts/exceeded-attempts.html index aea9a4a2d..45a3e6da9 100644 --- a/src/core/features/login/components/exceeded-attempts/exceeded-attempts.html +++ b/src/core/features/login/components/exceeded-attempts/exceeded-attempts.html @@ -1,11 +1,11 @@ - +

- + {{ 'core.contactsupport' | translate }}
diff --git a/src/core/features/login/lang.json b/src/core/features/login/lang.json index c47569d23..00561e866 100644 --- a/src/core/features/login/lang.json +++ b/src/core/features/login/lang.json @@ -28,7 +28,8 @@ "errorexampleurl": "The URL https://campus.example.edu is only an example URL, it's not a real site. Please use the URL of your school or organization's site.", "errorqrnoscheme": "This URL isn't a valid login URL.", "errorupdatesite": "An error occurred while updating the site's token.", - "exceededloginattempts": "Need help logging in? Try recovering your password or contact your site support", + "exceededloginattempts": "Need help logging in? Try recovering your password or contact your site support.", + "exceededloginattemptsfallback": "Need help logging in? Try recovering your password.", "exceededloginattemptssupportsubject": "I can't log in", "exceededpasswordresetattempts": "It seems you are having trouble accessing your account. You can contact your school or learning provider or try again later.", "exceededpasswordresetattemptssupportsubject": "I can't reset my password", diff --git a/src/core/features/login/pages/credentials/credentials.html b/src/core/features/login/pages/credentials/credentials.html index 7e8fbca42..19fb6ba74 100644 --- a/src/core/features/login/pages/credentials/credentials.html +++ b/src/core/features/login/pages/credentials/credentials.html @@ -35,7 +35,12 @@ - {{ 'core.login.exceededloginattempts' | translate }} + + {{ 'core.login.exceededloginattempts' | translate }} + + + {{ 'core.login.exceededloginattemptsfallback' | translate }} +