diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Form/TermDelete.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Form/TermDelete.php index 4ca284d..ec22b73 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Form/TermDelete.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Form/TermDelete.php @@ -27,7 +27,7 @@ class TermDelete extends ConfirmFormBase { * {@inheritdoc} */ public function getFormID() { - return 'taxonomy_term_delete_form'; + return 'taxonomy_term_confirm_delete'; } /** diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Form/VocabularyDelete.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Form/VocabularyDelete.php index 5db55c2..d755846 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Form/VocabularyDelete.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Form/VocabularyDelete.php @@ -27,7 +27,7 @@ class VocabularyDelete extends ConfirmFormBase { * {@inheritdoc} */ public function getFormID() { - return 'taxonomy_vocabulary_delete_form'; + return 'taxonomy_vocabulary_confirm_delete'; } /**