You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/lang/en.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1331,7 +1331,7 @@
1331
1331
"core.block.blocks": "Blocks",
1332
1332
"core.browser": "Browser",
1333
1333
"core.cancel": "Cancel",
1334
-
"core.cannotconnect": "Cannot connect: Verify that you have correctly typed the URL and that your site uses Moodle {{$a}} or later.",
1334
+
"core.cannotconnect": "<strong>Cannot connect</strong>: Verify that you have correctly typed your site address.",
1335
1335
"core.cannotdownloadfiles": "File downloading is disabled. Please contact your site administrator.",
1336
1336
"core.captureaudio": "Record audio",
1337
1337
"core.capturedimage": "Taken picture.",
@@ -1707,7 +1707,7 @@
1707
1707
"core.login.emailnotmatch": "Emails do not match",
1708
1708
"core.login.erroraccesscontrolalloworigin": "The cross-origin call you're trying to perform has been rejected. Please check https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium",
1709
1709
"core.login.errordeletesite": "An error occurred while deleting this site. Please try again.",
1710
-
"core.login.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.",
1710
+
"core.login.errorexampleurl": "The URL https://campus.example.edu is only an example URL, it's not a real site. <strong>Please use the URL of your school or organization's site.</strong>",
1711
1711
"core.login.errorupdatesite": "An error occurred while updating the site's token.",
1712
1712
"core.login.faqcannotconnectanswer": "Please, contact your site administrator.",
1713
1713
"core.login.faqcannotconnectquestion": "I typed my site address correctly but I still can't connect.",
Copy file name to clipboardExpand all lines: src/core/login/lang/en.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"emailnotmatch": "Emails do not match",
25
25
"erroraccesscontrolalloworigin": "The cross-origin call you're trying to perform has been rejected. Please check https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium",
26
26
"errordeletesite": "An error occurred while deleting this site. Please try again.",
27
-
"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.",
27
+
"errorexampleurl": "The URL https://campus.example.edu is only an example URL, it's not a real site. <strong>Please use the URL of your school or organization's site.</strong>",
28
28
"errorupdatesite": "An error occurred while updating the site's token.",
29
29
"faqcannotconnectanswer": "Please, contact your site administrator.",
30
30
"faqcannotconnectquestion": "I typed my site address correctly but I still can't connect.",
0 commit comments