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

One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch

parent dc73fd0c
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
......@@ -34,7 +34,7 @@ function taxonomy_overview_vocabularies() {
// Only make this form include a submit button and weight if more than one
// vocabulary exists.
if (count($vocabularies) > 1) {
$form['submit'] = array('#type' => 'submit', '#value' => t('Submit'));
$form['submit'] = array('#type' => 'submit', '#value' => t('Save'));
}
elseif (isset($vocabulary)) {
unset($form[$vocabulary->vid]['weight']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment