diff --git a/core/modules/menu/lib/Drupal/menu/MenuListController.php b/core/modules/menu/lib/Drupal/menu/MenuListController.php
index b64dbd0..1544769 100644
--- a/core/modules/menu/lib/Drupal/menu/MenuListController.php
+++ b/core/modules/menu/lib/Drupal/menu/MenuListController.php
@@ -50,7 +50,7 @@ public function getOperations(EntityInterface $entity) {
     $operations['edit']['title'] = t('edit menu');
     $operatuins['edit']['href'] = $uri['path'];
     $operations['add'] = array(
-      'title' => t('add link'),
+      'title' => t('Add link'),
       'href' => $uri['path'] . '/add',
       'options' => $uri['options'],
       'weight' => 20,
