Fixes a portal mode breadcrumb and capitalizes the instance groups breadcrumb

This commit is contained in:
Jared Tabor
2018-05-16 17:35:32 -07:00
parent 46add35f98
commit 85caf6253c
2 changed files with 4 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ function ComponentsStrings (BaseString) {
NOTIFICATIONS: t.s('Notifications'),
MANAGEMENT_JOBS: t.s('Management Jobs'),
INSTANCES: t.s('Instances'),
INSTANCE_GROUPS: t.s('Instance Groups'),
INSTANCE_GROUPS: t.s('INSTANCE GROUPS'),
APPLICATIONS: t.s('Applications'),
SETTINGS: t.s('Settings'),
FOOTER_ABOUT: t.s('About'),