From 02cc9072f9e246cb77d36e7cd984fa12e806d49a Mon Sep 17 00:00:00 2001 From: xjm Date: Sun, 4 Oct 2015 22:09:21 -0400 Subject: [PATCH] Issue #2570999 by RajeevK, Andrew Gleeson, ifrik, jhodgdon, Bojhan, yoroy: Update the module descriptions on the Structure page --- core/modules/menu_ui/menu_ui.links.menu.yml | 2 +- core/modules/node/node.links.menu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/menu_ui/menu_ui.links.menu.yml b/core/modules/menu_ui/menu_ui.links.menu.yml index 6142abe4f943..913130954e16 100644 --- a/core/modules/menu_ui/menu_ui.links.menu.yml +++ b/core/modules/menu_ui/menu_ui.links.menu.yml @@ -1,5 +1,5 @@ entity.menu.collection: title: Menus - description: 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.' + description: 'Manage menus and menu links.' route_name: entity.menu.collection parent: system.admin_structure diff --git a/core/modules/node/node.links.menu.yml b/core/modules/node/node.links.menu.yml index b4edf2348c8f..4a85f5eb9e7e 100644 --- a/core/modules/node/node.links.menu.yml +++ b/core/modules/node/node.links.menu.yml @@ -1,7 +1,7 @@ entity.node_type.collection: title: 'Content types' parent: system.admin_structure - description: 'Manage content types, including default status, front page promotion, comment settings, etc.' + description: 'Create content types and manage their default settings.' route_name: entity.node_type.collection node.add_page: title: 'Add content'