Skip to content

Commit e133075

Browse files
Update lang files from 4.2.0
1 parent b5388eb commit e133075

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lang/en/local_moodlemobileapp.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
$string['core.login.credentialssupportsubject'] = 'Need help logging in';
467467
$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>';
468468
$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';
470470
$string['core.login.errordeletesite'] = 'An error occurred while deleting this account. Please try again.';
471471
$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>';
472472
$string['core.login.errorqrnoscheme'] = 'This URL isn\'t a valid login URL.';
@@ -632,6 +632,7 @@
632632
$string['core.settings.enablefirebaseanalyticsdescription'] = 'If enabled, the app will collect anonymous data usage.';
633633
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
634634
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
635+
$string['core.settings.encryptedpushsupported'] = 'Encrypted push notifications supported';
635636
$string['core.settings.entriesincache'] = '{{$a}} entries in cache';
636637
$string['core.settings.estimatedfreespace'] = 'Estimated free space';
637638
$string['core.settings.filesystemroot'] = 'File system root';
@@ -844,3 +845,4 @@
844845
$string['core.reportbuilder.showcolumns'] = 'Show columns';
845846
$string['core.reportbuilder.hidecolumns'] = 'Hide columns';
846847
$string['core.sitenotfound'] = 'Site not found';
848+

0 commit comments

Comments
 (0)