Browse Source

[PM-20128] Update Claimed Domains description (#15630)

* chore: update claimed domain description width, refs PM-20128

* chore: add new message key, delete old message, update reference to new key, refs PM-20128

* chore: change width to max width for claimed domains description, refs PM-20128
pull/15704/head
Vincent Salucci 5 months ago committed by GitHub
parent
commit
8dc97ca1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      apps/web/src/locales/en/messages.json
  2. 4
      bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-verification.component.html

4
apps/web/src/locales/en/messages.json

@ -10400,8 +10400,8 @@ @@ -10400,8 +10400,8 @@
"domainStatusUnderVerification": {
"message": "Under verification"
},
"claimedDomainsDesc": {
"message": "Claim a domain to own all member accounts whose email address matches the domain. Members will be able to skip the SSO identifier when logging in. Administrators will also be able to delete member accounts."
"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."
},
"invalidDomainNameClaimMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be claimed."

4
bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-verification.component.html

@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
</button>
</app-header>
<p bitTypography="body1" class="tw-text-main tw-w-2/5">
{{ "claimedDomainsDesc" | i18n }}
<p bitTypography="body1" class="tw-text-main tw-max-w-4xl">
{{ "claimedDomainsDescription" | i18n }}
<a
bitLink
target="_blank"

Loading…
Cancel
Save