diff --git a/lang/en/admin.php b/lang/en/admin.php index cd78af14bf17d..0ac9d75befe7e 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1082,7 +1082,7 @@ $string['updateavailable_version'] = 'Version {$a}'; $string['updateavailableinstall'] = 'Install this update'; $string['updateavailablenot'] = 'Your Moodle code is up-to-date!'; -$string['updateavailablerecommendation'] = 'We strongly recommend you keep your Moodle site updated to the latest version, so that you can be sure you have all our latest fixes for security issues and other bugs.'; +$string['updateavailablerecommendation'] = 'It is strongly recommended that you update your site to the latest version to obtain all recent security and bug fixes.'; $string['updatenotifications'] = 'Update notifications'; $string['updatenotificationfooter'] = 'Your Moodle site {$a->siteurl} is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My preferences section.'; $string['updatenotificationsubject'] = 'Moodle updates are available ({$a->siteurl})';