Skip to content
Snippets Groups Projects
Commit 0a6cf705 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#168352 by webernet: fix small typo in update.module

parent 0321a2e9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -18,7 +18,7 @@ function update_settings() { ...@@ -18,7 +18,7 @@ function update_settings() {
'#title' => t('E-mail addresses to notify when updates are available'), '#title' => t('E-mail addresses to notify when updates are available'),
'#rows' => 4, '#rows' => 4,
'#default_value' => implode("\n", $notify_emails), '#default_value' => implode("\n", $notify_emails),
'#description' => t('Whenever your site checks for available updates and finds new releases, it can notify a list of users via e-email. Put each address on a separate line. If blank, no e-mails will be sent.'), '#description' => t('Whenever your site checks for available updates and finds new releases, it can notify a list of users via e-mail. Put each address on a separate line. If blank, no e-mails will be sent.'),
); );
$form['update_check_frequency'] = array( $form['update_check_frequency'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment