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:

  1. Open a web browser and go to your school's or organisation's Moodle site login page
  2. At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".
    {{$image}}
  3. Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"
  4. Now you can log into your site, using your username and password
  5. ", - "core.login.faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site?", + "core.login.faqwhatisurlanswer": "

    Every organisation or school has their own custom address for their Moodle site. To find the address you can do the following:

    1. Open a web browser and go to your school's or organisation's Moodle site login page
    2. At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".
      {{$image}}
    3. Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"
    4. Now you can log into your site, using your username and password
    5. ", + "core.login.faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site URL?", "core.login.faqwhereisqrcode": "Where can I find the QR code?", "core.login.faqwhereisqrcodeanswer": "

      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:

      1. Open a web browser and go to your school's or organisation's Moodle site login page
      2. At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".
        {{$image}}
      3. Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"
      4. Now you can log into your site, using your username and password
      5. ", - "faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site?", + "faqwhatisurlanswer": "

        Every organisation or school has their own custom address for their Moodle site. To find the address you can do the following:

        1. Open a web browser and go to your school's or organisation's Moodle site login page
        2. At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. \"campus.example.edu\".
          {{$image}}
        3. Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click \"Connect!\"
        4. Now you can log into your site, using your username and password
        5. ", + "faqwhatisurlquestion": "What is the URL of my Moodle site? How can I find my school’s site URL?", "faqwhereisqrcode": "Where can I find the QR code?", "faqwhereisqrcodeanswer": "

          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.faqcannotfindmysitequestion' | translate }}

          +
          + +

          {{ 'core.login.faqcannotfindmysiteanswer' | translate }}

          +

          {{ 'core.login.faqwhatisurlquestion' | translate }}