diff --git a/core/modules/views/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php b/core/modules/views/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php index 3f38679..6b185b5 100644 --- a/core/modules/views/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php +++ b/core/modules/views/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php @@ -41,7 +41,7 @@ public function getFormID() { public function buildForm(array $form, array &$form_state, ViewStorageInterface $view = NULL) { $form_state['view'] = $view; return confirm_form($form, - t('Are you sure you want to delete the %name view?', array('%name' => $view->getHumanName())), + t('Are you sure you want to delete the %name view?', array('%name' => $view->label())), 'admin/structure/views', t('This action cannot be undone.'), t('Delete'),