Skip to content
Snippets Groups Projects
Commit 29052a5d authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2578991 by ifrik, jhodgdon, Bojhan, snehi: Update link descriptions on...

Issue #2578991 by ifrik, jhodgdon, Bojhan, snehi: Update link descriptions on the Configuration page that are confusing
parent 5c2bf5d3
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
action.admin:
title: Actions
description: 'Manage the actions defined for your site.'
description: 'Create tasks that the system can execute.'
route_name: entity.action.collection
parent: system.admin_config_system
ban.admin_page:
title: 'IP address bans'
description: 'Manage banned IP addresses.'
description: 'Ban visits from specific IP addresses.'
route_name: ban.admin_page
weight: 10
parent: user.admin_index
......@@ -48,7 +48,7 @@ function editor_help($route_name, RouteMatchInterface $route_match) {
*/
function editor_menu_links_discovered_alter(array &$links) {
$links['filter.admin_overview']['title'] = new TranslatableMarkup('Text formats and editors');
$links['filter.admin_overview']['description'] = new TranslatableMarkup('Configure how user-contributed content is filtered and formatted, as well as the text editor user interface (WYSIWYGs or toolbars).');
$links['filter.admin_overview']['description'] = new TranslatableMarkup('Select and configure text editors, and how content is filtered when displayed.');
}
/**
......
......@@ -5,5 +5,5 @@ filter.tips_all:
filter.admin_overview:
title: 'Text formats'
parent: system.admin_config_content
description: 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.'
description: 'Configure how content is filtered when displayed, including which HTML tags are rendered, and enable module-provided filters.'
route_name: filter.admin_overview
locale.translate_page:
title: 'User interface translation'
description: 'Translate the built-in user interface.'
description: 'Configure the import of translation files, and add or customize interface translations.'
route_name: locale.translate_page
parent: system.admin_config_regional
weight: 15
......
statistics.settings:
title: Statistics
description: 'Control details about what and how your site logs content statistics.'
description: 'Configure the logging of content statistics.'
route_name: statistics.settings
parent: system.admin_config_system
weight: -15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment