MOBILE-4290 login: Update help text

main
Noel De Martin 2023-04-19 13:26:54 +02:00
parent b382486580
commit 156f01b743
4 changed files with 21 additions and 3 deletions

View File

@ -2045,6 +2045,9 @@
"core.login.exceededpasswordresetattemptssupportsubject": "local_moodlemobileapp",
"core.login.faqcannotfindmysiteanswer": "local_moodlemobileapp",
"core.login.faqcannotfindmysitequestion": "local_moodlemobileapp",
"core.login.faqcantloginanswer": "local_moodlemobileapp",
"core.login.faqcantloginquestion": "local_moodlemobileapp",
"core.login.faqmore": "local_moodlemobileapp",
"core.login.faqsetupsiteanswer": "local_moodlemobileapp",
"core.login.faqsetupsitelinktitle": "local_moodlemobileapp",
"core.login.faqsetupsitequestion": "local_moodlemobileapp",

View File

@ -33,5 +33,10 @@
</ion-label>
</ion-item>
</ng-container>
<ion-item>
<ion-label>
<p [innerHTML]="'core.login.faqmore' | translate"></p>
</ion-label>
</ion-item>
</ion-list>
</ion-content>

View File

@ -58,6 +58,13 @@ export class CoreLoginSiteHelpComponent implements AfterViewInit, OnDestroy {
format: AnswerFormat.Text,
},
},
{
text: Translate.instant('core.login.faqcantloginquestion'),
answer: {
text: Translate.instant('core.login.faqcantloginanswer'),
format: AnswerFormat.SafeHTML,
},
},
{
text: Translate.instant('core.login.faqsetupsitequestion'),
answer: {

View File

@ -35,14 +35,17 @@
"exceededloginattemptswithoutsupport": "Need help logging in? Try {{recoverPassword}}.",
"exceededpasswordresetattempts": "It seems you are having trouble accessing your account. You can contact your school or learning provider or try again later.",
"exceededpasswordresetattemptssupportsubject": "I can't reset my password",
"faqcannotfindmysiteanswer": "If you still can't find it, please contact your school or learning provider for help.",
"faqcannotfindmysitequestion": "I can't find my site by address.",
"faqcannotfindmysiteanswer": "If you tried searching by URL address and still can't find your Moodle site, please get in touch with the person who takes care of Moodle in your school or learning organisation.",
"faqcannotfindmysitequestion": "I can't find my site by URL address.",
"faqcantloginanswer": "<p>Once you've connected to your Moodle site, you should be able to log in with your usual username and password.</p><br><p>If you forgot your username or password, select the option <strong>Forgotten your username or password?</strong>. If you still have trouble logging in or can't see any options for retrieving your username or password, please get in touch with the person who takes care of Moodle in your school or learning organisation.</p>",
"faqcantloginquestion": "I can't log in.",
"faqmore": "Check out <a href=\"https://docs.moodle.org/en/Moodle_app_FAQ\" target=\"_blank\">our FAQ</a> for more answers.",
"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 <strong>Your site</strong> field and tap <strong>Connect to your site</strong>.",
"faqtestappquestion": "Can I test the app on a demo site?",
"faqwhatisurlanswer": "<p>If you can't find your site by name, try searching by address instead.</p><p>To find your site address:</p><ol><li>Open a web browser and go to your Moodle site login page.</li><li>At the top of the page, in the address bar, you will see the URL of your Moodle site e.g. \"campus.example.edu\".<br>{{$image}}</li><li>Copy the address (don't copy the /login nor what comes after), paste it into <strong>Your site</strong> in the app, then tap <strong>Connect to your site</strong></li><li>Now you can log in to your site with your username and password.</li></ol>",
"faqwhatisurlanswer": "<p>If you can't find your site by name, try searching by your Moodle site URL address (or web address) address instead.</p><p>To find your site address:</p><ol><li>Open a web browser and go to your Moodle site login page.</li><li>At the top of the page, in the address bar, you'll see the URL address of your Moodle site, e.g. \"campus.example.edu\".<br>{{$image}}</li><li>Copy the URL (don't copy the /login nor what comes after), paste it into <strong>Your site</strong> in the app, then tap <strong>Connect to your site</strong></li><li>Now you can log in to your site with your username and password.</li></ol>",
"faqwhatisurlquestion": "How can I find my site?",
"faqwhereisqrcode": "Where can I find the QR code?",
"faqwhereisqrcodeanswer": "<p>If your school or learning provider has enabled it, you will find a QR code on the web site at the bottom of your user profile page.</p>{{$image}}",