Skip to content

Commit 7adc10f

Browse files
committed
MOBILE-4270 lang: Remove invalid word from strings
1 parent 011af2a commit 7adc10f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
$string['core.settings.errordeletesitefiles'] = 'Error deleting site files.';
797797
$string['core.settings.deletesitefiles'] = 'Are you sure that you want to delete the downloaded files and cached data from the site \'{{sitename}}\'? You won\'t be able to use the app in offline mode.';
798798
$string['core.settings.deletesitefilestitle'] = 'Delete site files';
799-
$string['core.login.reconnectdescription'] = 'Your authentication token is invalid or has expired. You have to reconnect to the site.';
799+
$string['core.login.reconnectdescription'] = 'Your session has expired. Please log in again to continue.';
800800
$string['core.mainmenu.changesite'] = 'Change site';
801801
$string['core.mainmenu.website'] = 'Website';
802802
$string['core.login.localmobileunexpectedresponse'] = 'Moodle Mobile Additional Features check returned an unexpected response. You will be authenticated using the standard mobile service.';
@@ -831,4 +831,3 @@
831831
$string['freemium.subscriptionplan_bma'] = 'BMA';
832832
$string['freemium.subscriptionplan_premium'] = 'Premium';
833833
$string['freemium.subscriptionplan_pro'] = 'Pro';
834-

0 commit comments

Comments
 (0)