From 0ac096b3802054d437acaeedfb7d5be5bad39b7e Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Thu, 11 Mar 2021 10:53:04 -0500 Subject: [PATCH] Correct case for (and don't pluralize) Special alert. --- uw_cfg_common.links.menu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uw_cfg_common.links.menu.yml b/uw_cfg_common.links.menu.yml index 6616fd6a..36d24cb0 100644 --- a/uw_cfg_common.links.menu.yml +++ b/uw_cfg_common.links.menu.yml @@ -262,8 +262,8 @@ uw_content_management.content_types.site_footer: url: internal:/node/add/uw_ct_site_footer weight: 0 -uw_content_management.content_types.special_alerts: - title: 'Special Alerts' +uw_content_management.content_types.special_alert: + title: 'Special alert' parent: uw_content_management.content_types route_name: uw_custom_blocks.special_alert.settings weight: 0 -- GitLab