diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 33aa762f227..84a7da6e0c6 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -11357,21 +11357,18 @@ "automaticDomainClaimProcess": { "message": "Bitwarden will attempt to claim the domain 3 times during the first 72 hours. If the domain can’t 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": { diff --git a/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html b/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html index 554624e905a..80e76acac1d 100644 --- a/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html +++ b/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html @@ -19,8 +19,9 @@
+

{{ "automaticDomainClaimProcess1" | i18n }}

- {{ "automaticDomainClaimProcessPart1" | i18n }} + {{ "automaticDomainClaimProcess2" | i18n }} - {{ "automaticDomainClaimProcessPart1End" | i18n }} + {{ "automaticDomainClaimProcessEnd" | i18n }}

-

{{ "automaticDomainClaimProcessPart2" | i18n }}

-

{{ "automaticDomainClaimProcessPart3" | i18n }}

{{ "domainName" | i18n }}