diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index 8f89970e1..452621fe6 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -1751,13 +1751,15 @@ "core.login.errorupdatesite": "An error occurred while updating the site's token.", "core.login.faqcannotconnectanswer": "Please, contact your site administrator.", "core.login.faqcannotconnectquestion": "I typed my site address correctly but I still can't connect.", + "core.login.faqcannotfindmysiteanswer": "Have you typed the name correctly? If you still can't find it, please enter the site address instead. Not all the Moodle sites are in our public sites directory.", + "core.login.faqcannotfindmysitequestion": "I can't find my site.", "core.login.faqsetupsiteanswer": "Visit {{$link}} to check out the different options you have to create your own Moodle site.", "core.login.faqsetupsitelinktitle": "Get started.", "core.login.faqsetupsitequestion": "I want to set up my own Moodle site.", "core.login.faqtestappanswer": "To test the app in a Moodle Demo Site, type \"teacher\" or \"student\" in the \"Your site address\" field and click the \"Connect!\" button.", "core.login.faqtestappquestion": "I just want to test the app, what can I do?", - "core.login.faqwhatisurlanswer": "
Every organisation or school has their own custom address for their Moodle site.
To find the address of the Moodle site you want to connect to, do the following:
Every organisation or school has their own custom address for their Moodle site. To find the address you can do the following:
If your organisation has enabled it, you will find a QR code on the web site at the bottom of your user profile page.
{{$image}}", "core.login.findyoursite": "Find your site", diff --git a/src/core/login/lang/en.json b/src/core/login/lang/en.json index 12e1f3a3d..9bc504061 100644 --- a/src/core/login/lang/en.json +++ b/src/core/login/lang/en.json @@ -28,13 +28,15 @@ "errorupdatesite": "An error occurred while updating the site's token.", "faqcannotconnectanswer": "Please, contact your site administrator.", "faqcannotconnectquestion": "I typed my site address correctly but I still can't connect.", + "faqcannotfindmysiteanswer": "Have you typed the name correctly? If you still can't find it, please enter the site address instead. Not all the Moodle sites are in our public sites directory.", + "faqcannotfindmysitequestion": "I can't find my site.", "faqsetupsiteanswer": "Visit {{$link}} to check out the different options you have to create your own Moodle site.", "faqsetupsitelinktitle": "Get started.", "faqsetupsitequestion": "I want to set up my own Moodle site.", "faqtestappanswer": "To test the app in a Moodle Demo Site, type \"teacher\" or \"student\" in the \"Your site address\" field and click the \"Connect!\" button.", "faqtestappquestion": "I just want to test the app, what can I do?", - "faqwhatisurlanswer": "Every organisation or school has their own custom address for their Moodle site.
To find the address of the Moodle site you want to connect to, do the following:
Every organisation or school has their own custom address for their Moodle site. To find the address you can do the following:
If your organisation has enabled it, you will find a QR code on the web site at the bottom of your user profile page.
{{$image}}", "findyoursite": "Find your site", diff --git a/src/core/login/pages/site-help/site-help.html b/src/core/login/pages/site-help/site-help.html index 21ed2c8b7..209eede23 100644 --- a/src/core/login/pages/site-help/site-help.html +++ b/src/core/login/pages/site-help/site-help.html @@ -11,6 +11,12 @@{{ 'core.login.faqcannotfindmysiteanswer' | translate }}
+