mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 00:33:33 +00:00
Update domain status message from "Under verification" to "Pending" in localization and adjust corresponding template reference
This commit is contained in:
@@ -11369,8 +11369,8 @@
|
||||
"domainStatusClaimed": {
|
||||
"message": "Claimed"
|
||||
},
|
||||
"domainStatusUnderVerification": {
|
||||
"message": "Under verification"
|
||||
"domainStatusPending": {
|
||||
"message": "Pending"
|
||||
},
|
||||
"claimedDomainsDescription": {
|
||||
"message": "Claim a domain to own member accounts. The SSO identifier page will be skipped during login for members with claimed domains and administrators will be able to delete claimed accounts."
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
{{ "claimDomain" | i18n }}
|
||||
</span>
|
||||
|
||||
<span *ngIf="data.orgDomain" class="tw-text-xs tw-text-muted">
|
||||
{{ data.orgDomain.domainName }}
|
||||
</span>
|
||||
|
||||
<span *ngIf="data?.orgDomain && !data.orgDomain?.verifiedDate" bitBadge variant="warning">
|
||||
{{ "domainStatusUnderVerification" | i18n }}
|
||||
{{ "domainStatusPending" | i18n }}
|
||||
</span>
|
||||
<span *ngIf="data?.orgDomain && data?.orgDomain?.verifiedDate" bitBadge variant="success">
|
||||
{{ "domainStatusClaimed" | i18n }}
|
||||
@@ -25,7 +21,6 @@
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "domainName" | i18n }}</bit-label>
|
||||
<input bitInput appAutofocus formControlName="domainName" [showErrorsWhenDisabled]="true" />
|
||||
<bit-hint>{{ "claimDomainNameInputHint" | i18n }}</bit-hint>
|
||||
</bit-form-field>
|
||||
|
||||
<bit-form-field *ngIf="data?.orgDomain">
|
||||
|
||||
Reference in New Issue
Block a user