1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00

Refactor automatic domain claim process localization messages

Updated localization keys for the automatic domain claim process to improve clarity and consistency. Removed redundant messages and streamlined the instructions displayed in the admin console dialog for better user experience.
This commit is contained in:
JaredScar
2026-01-23 15:31:25 -05:00
parent e89d61fbbb
commit 1c1062e02d
2 changed files with 9 additions and 13 deletions

View File

@@ -11357,21 +11357,18 @@
"automaticDomainClaimProcess": {
"message": "Bitwarden will attempt to claim the domain 3 times during the first 72 hours. If the domain cant be claimed, check the DNS record in your host and manually claim. The domain will be removed from your organization in 7 days if it is not claimed."
},
"automaticDomainClaimProcessPart1": {
"message": "Bitwarden will attempt to claim the domain within 72 hours. If successful, existing members with claimed domains will be emailed about the "
"automaticDomainClaimProcess1": {
"message": "Bitwarden will attempt to claim the domain within 72 hours. If the domain can't be claimed, verify your DNS record and claim manually. Unclaimed domains are removed after 7 days."
},
"automaticDomainClaimProcess2": {
"message": "Once claimed, existing members with claimed domains will be emailed about the "
},
"accountOwnershipChange": {
"message": "account ownership change"
},
"automaticDomainClaimProcessPart1End": {
"automaticDomainClaimProcessEnd": {
"message": "."
},
"automaticDomainClaimProcessPart2": {
"message": "If unsuccessful, verify your DNS record and claim manually."
},
"automaticDomainClaimProcessPart3": {
"message": "Unclaimed domains are removed after 7 days."
},
"domainNotClaimed": {
"message": "$DOMAIN$ not claimed. Check your DNS records.",
"placeholders": {

View File

@@ -19,8 +19,9 @@
</span>
<div bitDialogContent>
<div *ngIf="data?.orgDomain && !data?.orgDomain?.verifiedDate" class="tw-space-y-2 tw-pb-4">
<p bitTypography="body1">{{ "automaticDomainClaimProcess1" | i18n }}</p>
<p bitTypography="body1">
{{ "automaticDomainClaimProcessPart1" | i18n }}
{{ "automaticDomainClaimProcess2" | i18n }}
<a
bitLink
target="_blank"
@@ -31,10 +32,8 @@
{{ "accountOwnershipChange" | i18n }}
<i class="bwi bwi-external-link tw-text-xs" aria-hidden="true"></i>
</a>
{{ "automaticDomainClaimProcessPart1End" | i18n }}
{{ "automaticDomainClaimProcessEnd" | i18n }}
</p>
<p bitTypography="body1">{{ "automaticDomainClaimProcessPart2" | i18n }}</p>
<p bitTypography="body1">{{ "automaticDomainClaimProcessPart3" | i18n }}</p>
</div>
<bit-form-field>
<bit-label>{{ "domainName" | i18n }}</bit-label>