diff --git a/core/modules/system/system.links.menu.yml b/core/modules/system/system.links.menu.yml index bd30ba7..c954878 100644 --- a/core/modules/system/system.links.menu.yml +++ b/core/modules/system/system.links.menu.yml @@ -89,7 +89,7 @@ system.admin_config_regional: description: 'Configure regional settings, localization, and translation.' weight: -5 system.regional_settings: - title: 'Regional and locale settings' + title: 'Regional settings and date formats' parent: system.admin_config_regional description: 'Configure the locale and timezone settings, and how dates and times are displayed.' route_name: system.regional_settings diff --git a/core/modules/system/system.routing.yml b/core/modules/system/system.routing.yml index d4fccd3..c591aa3 100644 --- a/core/modules/system/system.routing.yml +++ b/core/modules/system/system.routing.yml @@ -194,7 +194,7 @@ system.regional_settings: path: '/admin/config/regional/settings' defaults: _form: 'Drupal\system\Form\RegionalForm' - _title: 'Regional and locale settings' + _title: 'Regional settings and date formats' requirements: _permission: 'administer site configuration'