Skip to content
Snippets Groups Projects
Commit 0de74c1b authored by Angie Byron's avatar Angie Byron
Browse files

#371886 by karschsp: update.php button should use sentence capitalization.

parent a9078d2f
Branches
Tags
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
......@@ -282,7 +282,7 @@ function update_script_selection_form() {
);
$form['submit'] = array(
'#type' => 'submit',
'#value' => 'apply pending updates',
'#value' => 'Apply pending updates',
);
}
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment