Merge pull request #1025 from ubavic/capitlize_label
fix: capitalize labels
This commit is contained in:
commit
e44e5012f1
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ const getLamassuRoutes = () => [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'services',
|
key: 'services',
|
||||||
label: '3rd party services',
|
label: '3rd Party Services',
|
||||||
route: '/settings/3rd-party-services',
|
route: '/settings/3rd-party-services',
|
||||||
allowedRoles: [ROLES.USER, ROLES.SUPERUSER],
|
allowedRoles: [ROLES.USER, ROLES.SUPERUSER],
|
||||||
component: Services
|
component: Services
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ const getPazuzRoutes = () => [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'services',
|
key: 'services',
|
||||||
label: '3rd party services',
|
label: '3rd Party Services',
|
||||||
route: '/settings/3rd-party-services',
|
route: '/settings/3rd-party-services',
|
||||||
allowedRoles: [ROLES.USER, ROLES.SUPERUSER],
|
allowedRoles: [ROLES.USER, ROLES.SUPERUSER],
|
||||||
component: Services
|
component: Services
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue