commit | 4c7c5af894fdc5db46cda1a02e37777dfd0831e5 | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Sun Sep 27 21:22:52 2020 -0700 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Sep 28 19:56:25 2020 +0000 |
tree | dd43ab595339b56898b4a97d541653bbe14bc31f | |
parent | 49dbdd262d5c4f53db145c29e5c651b808323865 [diff] [blame] |
Fix duplicate nav item There are two "Configuration" nav items in the primary app nav. Changed the second one to "Access control" Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I5de41892ec3f675c7cb98b1600d77f0342723d57
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index 8cd54c5..498d6ca 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -116,7 +116,7 @@ }, { id: 'access-control', - label: this.$t('appNavigation.configuration'), + label: this.$t('appNavigation.accessControl'), icon: 'iconAccessControl', children: [ {