Registration start - update copy per product request. (#10169)
This commit is contained in:
parent
9dd80c92c8
commit
8be11b174c
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue