mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[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:
@@ -16,7 +16,7 @@
|
|||||||
<div class="card-body" *ngIf="!loggingIn">
|
<div class="card-body" *ngIf="!loggingIn">
|
||||||
<p>{{ "ssoLogInWithOrgIdentifier" | i18n }}</p>
|
<p>{{ "ssoLogInWithOrgIdentifier" | i18n }}</p>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="identifier">{{ "organizationIdentifier" | i18n }}</label>
|
<label for="identifier">{{ "ssoIdentifier" | i18n }}</label>
|
||||||
<input
|
<input
|
||||||
id="identifier"
|
id="identifier"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
|
|||||||
@@ -3683,7 +3683,7 @@
|
|||||||
"message": "Organization identifier"
|
"message": "Organization identifier"
|
||||||
},
|
},
|
||||||
"ssoLogInWithOrgIdentifier": {
|
"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": {
|
"enterpriseSingleSignOn": {
|
||||||
"message": "Enterprise single sign-on"
|
"message": "Enterprise single sign-on"
|
||||||
@@ -3704,10 +3704,10 @@
|
|||||||
"message": "SSO validation failed"
|
"message": "SSO validation failed"
|
||||||
},
|
},
|
||||||
"ssoIdentifierRequired": {
|
"ssoIdentifierRequired": {
|
||||||
"message": "Organization identifier is required."
|
"message": "Organization SSO identifier is required."
|
||||||
},
|
},
|
||||||
"ssoIdentifier": {
|
"ssoIdentifier": {
|
||||||
"message": "SSO Identifier"
|
"message": "SSO identifier"
|
||||||
},
|
},
|
||||||
"ssoIdentifierHint": {
|
"ssoIdentifierHint": {
|
||||||
"message": "Provide this ID to your members to login with SSO."
|
"message": "Provide this ID to your members to login with SSO."
|
||||||
|
|||||||
Reference in New Issue
Block a user