diff --git a/scripts/langindex.json b/scripts/langindex.json index 2b3f8716b..17546fa19 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -2085,7 +2085,6 @@ "core.login.invalidurl": "scorm", "core.login.invalidvaluemax": "local_moodlemobileapp", "core.login.invalidvaluemin": "local_moodlemobileapp", - "core.login.loggedoutssodescription": "local_moodlemobileapp", "core.login.login": "moodle", "core.login.loginbutton": "local_moodlemobileapp", "core.login.logininsiterequired": "local_moodlemobileapp", @@ -2124,7 +2123,6 @@ "core.login.recaptchaincorrect": "local_moodlemobileapp", "core.login.reconnect": "local_moodlemobileapp", "core.login.reconnecthelp": "local_moodlemobileapp", - "core.login.reconnectssodescription": "local_moodlemobileapp", "core.login.reconnectsupportsubject": "local_moodlemobileapp", "core.login.reconnecttosite": "local_moodlemobileapp", "core.login.removeaccount": "local_moodlemobileapp", @@ -2231,6 +2229,7 @@ "core.openfile": "local_moodlemobileapp", "core.openfullimage": "local_moodlemobileapp", "core.openinbrowser": "local_moodlemobileapp", + "core.openinbrowserdescription": "local_moodlemobileapp", "core.openmodinbrowser": "local_moodlemobileapp", "core.opensecurityquestion": "local_moodlemobileapp", "core.opensettings": "local_moodlemobileapp", diff --git a/src/core/features/login/lang.json b/src/core/features/login/lang.json index c9c15a61b..7744cb51c 100644 --- a/src/core/features/login/lang.json +++ b/src/core/features/login/lang.json @@ -64,7 +64,6 @@ "invalidurl": "Invalid URL specified", "invalidvaluemax": "The maximum value is {{$a}}", "invalidvaluemin": "The minimum value is {{$a}}", - "loggedoutssodescription": "You have to authenticate again. You need to log in to the site in a browser window.", "login": "Log in", "loginbutton": "Log in", "logininsiterequired": "You need to log in to the site in a browser window.", @@ -103,7 +102,6 @@ "recaptchaincorrect": "The security question answer is incorrect.", "reconnect": "Reconnect", "reconnecthelp": "If you have problems reconnecting, try again later or contact your school or learning provider.", - "reconnectssodescription": "Your session has expired. Please log in again in a browser window to continue.", "reconnectsupportsubject": "Need help reconnecting", "reconnecttosite": "Reconnect to the site", "removeaccount": "Remove account", diff --git a/src/core/features/login/login.scss b/src/core/features/login/login.scss index 86fd250af..de84e1041 100644 --- a/src/core/features/login/login.scss +++ b/src/core/features/login/login.scss @@ -99,6 +99,11 @@ display: none; } } + + p.core-login-inbrowser { + font-size: 12px; + } + } :host-context(html.dark) { diff --git a/src/core/features/login/pages/credentials/credentials.html b/src/core/features/login/pages/credentials/credentials.html index eecf03a27..93554e1f5 100644 --- a/src/core/features/login/pages/credentials/credentials.html +++ b/src/core/features/login/pages/credentials/credentials.html @@ -38,14 +38,14 @@
-