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: lang/en/local_moodlemobileapp.php
+3-1
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@
466
466
$string['core.login.credentialssupportsubject'] = 'Need help logging in';
467
467
$string['core.login.emailconfirmsentnoemail'] = '<p>An email should have been sent to your address.</p><p>It contains easy instructions to complete your registration.</p>';
468
468
$string['core.login.emailnotmatch'] = 'Emails do not match';
469
-
$string['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';
469
+
$string['core.login.erroraccesscontrolalloworigin'] = 'The cross-origin call you\'re trying to perform has been rejected. Please check https://moodledev.io/general/app/development/setup/app-in-browser';
470
470
$string['core.login.errordeletesite'] = 'An error occurred while deleting this account. Please try again.';
471
471
$string['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>';
472
472
$string['core.login.errorqrnoscheme'] = 'This URL isn\'t a valid login URL.';
@@ -632,6 +632,7 @@
632
632
$string['core.settings.enablefirebaseanalyticsdescription'] = 'If enabled, the app will collect anonymous data usage.';
633
633
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
634
634
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
0 commit comments