From 6f33d59842dd43625129bb9d680c7dc80f550e07 Mon Sep 17 00:00:00 2001 From: Naomi Date: Mon, 9 Nov 2020 14:48:21 +0000 Subject: [PATCH] changed "Cases" menu label to "See all", as will add more things --- opencase.links.menu.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/opencase.links.menu.yml b/opencase.links.menu.yml index fe4452b..c2d7a9a 100644 --- a/opencase.links.menu.yml +++ b/opencase.links.menu.yml @@ -1,17 +1,15 @@ opencase.cases: - title: 'Cases' - description: 'View cases' + title: 'See all...' menu_name: opencase route_name: opencase.opencase_cases_menu weight: 0 opencase.opencase_all_cases: - title: 'All Cases' + title: 'Cases' description: 'All cases I have access to' menu_name: opencase parent: opencase.cases url: internal:/opencase/all-cases weight: 1 - opencase.opencase_admin_menu: title: 'Administration' description: 'Management and Configuration'