X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fupdate%2Fsrc%2FUpdateSettingsForm.php;fp=web%2Fcore%2Fmodules%2Fupdate%2Fsrc%2FUpdateSettingsForm.php;h=2a4e30d4896303559c2d85802a2a31ab8c2abebd;hp=ac8981cf49eb035aab1ea666100b7a9afae3a877;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/update/src/UpdateSettingsForm.php b/web/core/modules/update/src/UpdateSettingsForm.php index ac8981cf4..2a4e30d48 100644 --- a/web/core/modules/update/src/UpdateSettingsForm.php +++ b/web/core/modules/update/src/UpdateSettingsForm.php @@ -95,7 +95,7 @@ class UpdateSettingsForm extends ConfigFormBase implements ContainerInjectionInt 'all' => t('All newer versions'), 'security' => t('Only security updates'), ], - '#description' => t('You can choose to send email only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the status report page, and will also display an error message on administration pages if there is a security update.', [':status_report' => $this->url('system.status')]) + '#description' => t('You can choose to send email only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the status report page, and will also display an error message on administration pages if there is a security update.', [':status_report' => $this->url('system.status')]), ]; return parent::buildForm($form, $form_state);