1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[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
This commit is contained in:
Vincent Salucci
2025-07-20 18:53:10 -05:00
committed by GitHub
parent 462287223a
commit 8dc97ca1a7
2 changed files with 4 additions and 4 deletions

View File

@@ -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."

View File

@@ -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"