diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Form/SetCustomize.php b/core/modules/shortcut/lib/Drupal/shortcut/Form/SetCustomize.php index 299e9f8..29da4a8 100644 --- a/core/modules/shortcut/lib/Drupal/shortcut/Form/SetCustomize.php +++ b/core/modules/shortcut/lib/Drupal/shortcut/Form/SetCustomize.php @@ -67,7 +67,7 @@ public function form(array $form, array &$form_state) { } /** - * Overrides Drupal\Core\Entity\EntityFormController::actions(). + * {@inheritdoc} */ protected function actions(array $form, array &$form_state) { // Only includes a Save action for the entity, no direct Delete button. diff --git a/core/modules/shortcut/shortcut.module b/core/modules/shortcut/shortcut.module index edade8b..e852a8e 100644 --- a/core/modules/shortcut/shortcut.module +++ b/core/modules/shortcut/shortcut.module @@ -99,6 +99,8 @@ function shortcut_menu() { $items['admin/config/user-interface/shortcut/manage/%shortcut_set'] = array( 'title' => 'Edit shortcuts', 'route_name' => 'shortcut_set_customize', + 'title callback' => 'entity_page_label', + 'title arguments' => array(5), ); $items['admin/config/user-interface/shortcut/manage/%shortcut_set/links'] = array( 'title' => 'List links',