[EC-672] Update SSO login page language (#3997)

- Replace 'Organization Identifier' with 'SSO identifier'
- Sentence case 'SSO identifier'
- Add 'SSO' to SSO login page helper text
This commit is contained in:
Shane Melton 2022-11-07 11:06:56 -08:00 committed by GitHub
parent 6f4771da6c
commit 0ee82fba8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
<div class="card-body" *ngIf="!loggingIn">
<p>{{ "ssoLogInWithOrgIdentifier" | i18n }}</p>
<div class="form-group">
<label for="identifier">{{ "organizationIdentifier" | i18n }}</label>
<label for="identifier">{{ "ssoIdentifier" | i18n }}</label>
<input
id="identifier"
class="form-control"

View File

@ -3683,7 +3683,7 @@
"message": "Organization identifier"
},
"ssoLogInWithOrgIdentifier": {
"message": "Log in using your organization's single sign-on portal. Please enter your organization's identifier to begin."
"message": "Log in using your organization's single sign-on portal. Please enter your organization's SSO identifier to begin."
},
"enterpriseSingleSignOn": {
"message": "Enterprise single sign-on"
@ -3704,10 +3704,10 @@
"message": "SSO validation failed"
},
"ssoIdentifierRequired": {
"message": "Organization identifier is required."
"message": "Organization SSO identifier is required."
},
"ssoIdentifier": {
"message": "SSO Identifier"
"message": "SSO identifier"
},
"ssoIdentifierHint": {
"message": "Provide this ID to your members to login with SSO."