From cf24ef0279c261529f6e728b140337861fcd926f Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 6 Jun 2018 13:04:43 +0800 Subject: [PATCH] MDL-17943 core: adjusted the 'mustconfirm' string --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 4e2195eebfd..efd628b6f22 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1289,7 +1289,7 @@ $string['moveselectedcoursesto'] = 'Move selected courses to...'; $string['movetoanotherfolder'] = 'Move to another folder'; $string['moveup'] = 'Move up'; $string['msnid'] = 'MSN ID'; -$string['mustconfirm'] = 'You need to confirm your login'; +$string['mustconfirm'] = 'You need to confirm your account'; $string['mustchangepassword'] = 'The new password must be different than the current one'; $string['mycourses'] = 'My courses'; $string['myfiles'] = 'My private files';