diff --git a/ui-ngx/src/app/core/services/menu.service.ts b/ui-ngx/src/app/core/services/menu.service.ts index 429f65b736..bb39cfa415 100644 --- a/ui-ngx/src/app/core/services/menu.service.ts +++ b/ui-ngx/src/app/core/services/menu.service.ts @@ -239,7 +239,7 @@ export class MenuService { if (this.authState.allowOAuth2Configuration) { sections.push({ - name: 'admin.system-settings', + name: 'admin.settings', type: 'toggle', path: '/settings', height: '40px', diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index 239a580ef7..d12d3a0e36 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -99,7 +99,7 @@ "proxy-user": "Proxy user", "proxy-password": "Proxy password", "send-test-mail": "Send test mail", - "security-settings": "Security settings", + "security-settings": "Security Settings", "password-policy": "Password policy", "minimum-password-length": "Minimum password length", "minimum-password-length-required": "Minimum password length is required", @@ -126,8 +126,9 @@ "add-domain": "Add domain", "new-domain": "New domain", "add-registration": "Add registration", + "settings": "Settings", "oauth2": { - "settings": "OAuth2 settings", + "settings": "OAuth2 Settings", "registration-id": "Registration ID", "registration-id-required": "Registration ID is required.", "registration-id-unique": "Registration ID need to unique for the system.",