diff --git a/scripts/langindex.json b/scripts/langindex.json index 9964a93ae..eafbc0172 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1934,8 +1934,10 @@ "core.login.errorqrnoscheme": "local_moodlemobileapp", "core.login.errorupdatesite": "local_moodlemobileapp", "core.login.exceededloginattempts": "local_moodlemobileapp", - "core.login.exceededloginattemptsfallback": "local_moodlemobileapp", + "core.login.exceededloginattemptsrecoverpassword": "local_moodlemobileapp", "core.login.exceededloginattemptssupportsubject": "local_moodlemobileapp", + "core.login.exceededloginattemptswithoutpassword": "local_moodlemobileapp", + "core.login.exceededloginattemptswithoutsupport": "local_moodlemobileapp", "core.login.exceededpasswordresetattempts": "local_moodlemobileapp", "core.login.exceededpasswordresetattemptssupportsubject": "local_moodlemobileapp", "core.login.faqcannotfindmysiteanswer": "local_moodlemobileapp", diff --git a/src/core/features/login/lang.json b/src/core/features/login/lang.json index 00561e866..c1e7cd6f3 100644 --- a/src/core/features/login/lang.json +++ b/src/core/features/login/lang.json @@ -28,9 +28,11 @@ "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.", - "exceededloginattemptsfallback": "Need help logging in? Try recovering your password.", + "exceededloginattempts": "Need help logging in? Try {{recoverPassword}} or contact your site support.", + "exceededloginattemptsrecoverpassword": "recovering your password", "exceededloginattemptssupportsubject": "I can't log in", + "exceededloginattemptswithoutpassword": "Need help logging in? Try to contact your site support.", + "exceededloginattemptswithoutsupport": "Need help logging in? Try {{recoverPassword}}.", "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", "faqcannotfindmysiteanswer": "If you still can't find it, please contact your school or learning provider for help.", diff --git a/src/core/features/login/pages/credentials/credentials.html b/src/core/features/login/pages/credentials/credentials.html index 19fb6ba74..3ad086208 100644 --- a/src/core/features/login/pages/credentials/credentials.html +++ b/src/core/features/login/pages/credentials/credentials.html @@ -33,14 +33,9 @@
{{siteUrl}}
-