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