Registration start - update copy per product request. (#10169)

This commit is contained in:
Jared Snider 2024-07-18 17:10:32 -04:00 committed by GitHub
parent 9dd80c92c8
commit 8be11b174c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -1832,8 +1832,8 @@
"masterPasswordPolicyRequirementsNotMet": { "masterPasswordPolicyRequirementsNotMet": {
"message": "Your new master password does not meet the policy requirements." "message": "Your new master password does not meet the policy requirements."
}, },
"receiveMarketingEmails": { "receiveMarketingEmailsV2": {
"message": "Get emails from Bitwarden for announcements, advice, and research opportunities." "message": "Get advice, announcements, and research opportunities from Bitwarden in your inbox."
}, },
"unsubscribe": { "unsubscribe": {
"message": "Unsubscribe" "message": "Unsubscribe"

View File

@ -1693,8 +1693,8 @@
"masterPasswordPolicyRequirementsNotMet": { "masterPasswordPolicyRequirementsNotMet": {
"message": "Your new master password does not meet the policy requirements." "message": "Your new master password does not meet the policy requirements."
}, },
"receiveMarketingEmails": { "receiveMarketingEmailsV2": {
"message": "Get emails from Bitwarden for announcements, advice, and research opportunities." "message": "Get advice, announcements, and research opportunities from Bitwarden in your inbox."
}, },
"unsubscribe": { "unsubscribe": {
"message": "Unsubscribe" "message": "Unsubscribe"

View File

@ -3798,8 +3798,8 @@
"nothingSelected": { "nothingSelected": {
"message": "You have not selected anything." "message": "You have not selected anything."
}, },
"receiveMarketingEmails": { "receiveMarketingEmailsV2": {
"message": "Get emails from Bitwarden for announcements, advice, and research opportunities." "message": "Get advice, announcements, and research opportunities from Bitwarden in your inbox."
}, },
"unsubscribe": { "unsubscribe": {
"message": "Unsubscribe" "message": "Unsubscribe"

View File

@ -29,7 +29,7 @@
formControlName="receiveMarketingEmails" formControlName="receiveMarketingEmails"
/> />
<bit-label for="register-start-form-input-receive-marketing-emails"> <bit-label for="register-start-form-input-receive-marketing-emails">
{{ "receiveMarketingEmails" | i18n }} {{ "receiveMarketingEmailsV2" | i18n }}
<a <a
bitLink bitLink
linkType="primary" linkType="primary"