Skip to content

Commit 271179d

Browse files
committed
MOBILE-3401: Add cannotfindmysite login FAQ
1 parent 7abc385 commit 271179d

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

src/assets/lang/en.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,13 +1751,15 @@
17511751
"core.login.errorupdatesite": "An error occurred while updating the site's token.",
17521752
"core.login.faqcannotconnectanswer": "Please, contact your site administrator.",
17531753
"core.login.faqcannotconnectquestion": "I typed my site address correctly but I still can't connect.",
1754+
"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.",
1755+
"core.login.faqcannotfindmysitequestion": "I can't find my site.",
17541756
"core.login.faqsetupsiteanswer": "Visit {{$link}} to check out the different options you have to create your own Moodle site.",
17551757
"core.login.faqsetupsitelinktitle": "Get started.",
17561758
"core.login.faqsetupsitequestion": "I want to set up my own Moodle site.",
17571759
"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.",
17581760
"core.login.faqtestappquestion": "I just want to test the app, what can I do?",
1759-
"core.login.faqwhatisurlanswer": "<p>Every organisation or school has their own custom address for their Moodle site.</p><p>To find the address of the Moodle site you want to connect to, do the following:</p><ol><li>Open a web browser and go to your school's or organisation's Moodle site login page</li><li>At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".<br>{{$image}}</li><li>Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"</li><li>Now you can log into your site, using your username and password</li>",
1760-
"core.login.faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site?",
1761+
"core.login.faqwhatisurlanswer": "<p>Every organisation or school has their own custom address for their Moodle site. To find the address you can do the following:</p><ol><li>Open a web browser and go to your school's or organisation's Moodle site login page</li><li>At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".<br>{{$image}}</li><li>Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"</li><li>Now you can log into your site, using your username and password</li>",
1762+
"core.login.faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site URL?",
17611763
"core.login.faqwhereisqrcode": "Where can I find the QR code?",
17621764
"core.login.faqwhereisqrcodeanswer": "<p>If your organisation has enabled it, you will find a QR code on the web site at the bottom of your user profile page.</p>{{$image}}",
17631765
"core.login.findyoursite": "Find your site",

src/core/login/lang/en.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@
2828
"errorupdatesite": "An error occurred while updating the site's token.",
2929
"faqcannotconnectanswer": "Please, contact your site administrator.",
3030
"faqcannotconnectquestion": "I typed my site address correctly but I still can't connect.",
31+
"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.",
32+
"faqcannotfindmysitequestion": "I can't find my site.",
3133
"faqsetupsiteanswer": "Visit {{$link}} to check out the different options you have to create your own Moodle site.",
3234
"faqsetupsitelinktitle": "Get started.",
3335
"faqsetupsitequestion": "I want to set up my own Moodle site.",
3436
"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.",
3537
"faqtestappquestion": "I just want to test the app, what can I do?",
36-
"faqwhatisurlanswer": "<p>Every organisation or school has their own custom address for their Moodle site.</p><p>To find the address of the Moodle site you want to connect to, do the following:</p><ol><li>Open a web browser and go to your school's or organisation's Moodle site login page</li><li>At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".<br>{{$image}}</li><li>Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"</li><li>Now you can log into your site, using your username and password</li>",
37-
"faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site?",
38+
"faqwhatisurlanswer": "<p>Every organisation or school has their own custom address for their Moodle site. To find the address you can do the following:</p><ol><li>Open a web browser and go to your school's or organisation's Moodle site login page</li><li>At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".<br>{{$image}}</li><li>Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"</li><li>Now you can log into your site, using your username and password</li>",
39+
"faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site URL?",
3840
"faqwhereisqrcode": "Where can I find the QR code?",
3941
"faqwhereisqrcodeanswer": "<p>If your organisation has enabled it, you will find a QR code on the web site at the bottom of your user profile page.</p>{{$image}}",
4042
"findyoursite": "Find your site",

src/core/login/pages/site-help/site-help.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
</ion-header>
1212
<ion-content padding>
1313
<ion-list>
14+
<ion-item text-wrap>
15+
<h2><b>{{ 'core.login.faqcannotfindmysitequestion' | translate }}</b></h2>
16+
</ion-item>
17+
<ion-item text-wrap>
18+
<p>{{ 'core.login.faqcannotfindmysiteanswer' | translate }}</p>
19+
</ion-item>
1420
<ion-item text-wrap>
1521
<h2><b>{{ 'core.login.faqwhatisurlquestion' | translate }}</b></h2>
1622
</ion-item>

0 commit comments

Comments
 (0)