diff --git a/core/lib/Drupal/Core/Menu/LocalTaskInterface.php b/core/lib/Drupal/Core/Menu/LocalTaskInterface.php index 823c46f..381d464 100644 --- a/core/lib/Drupal/Core/Menu/LocalTaskInterface.php +++ b/core/lib/Drupal/Core/Menu/LocalTaskInterface.php @@ -14,7 +14,7 @@ * * Menu local tasks are typically rendered as navigation tabs above the * content region though other presentations are possible. It is convention - * that the names of these tasks should be short verbs if possible. + * that the title of these tasks should be short verbs if possible. */ interface LocalTaskInterface {