Merge pull request #1025 from ubavic/capitlize_label

fix: capitalize labels
This commit is contained in:
Rafael Taranto 2022-01-05 14:57:31 +00:00 committed by GitHub
commit e44e5012f1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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