From ae2a491af9b4b4604aa79acec5dfbad4278a94b5 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Mon, 19 Sep 2022 11:37:45 -0400 Subject: [PATCH] ISTWCMS-5753: UW standards - title case for content report title --- uw_cfg_common.routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uw_cfg_common.routing.yml b/uw_cfg_common.routing.yml index 4aca79ce..5055c6b0 100644 --- a/uw_cfg_common.routing.yml +++ b/uw_cfg_common.routing.yml @@ -37,7 +37,7 @@ uw_cfg_common.content_type_usage_page: uw_cfg_common.uw_content_report_csv: path: '/admin/reports/uw_content_report_csv' defaults: - _title: 'Download UW Content Report (CSV)' + _title: 'Download UW content report (CSV)' _controller: \Drupal\uw_cfg_common\Controller\UwDownloadCsvController::uwContentReport requirements: _permission: 'view UW CSV reports' -- GitLab