Skip to content

Commit

Permalink
Merge pull request #22 from prezly/feature/tits-5039-bea-add-privacy-…
Browse files Browse the repository at this point in the history
…policy-text-under

[TITS-5039] Changed subscription disclaimer message
  • Loading branch information
kudlajz authored Jan 26, 2022
2 parents c504eb1 + b7757f5 commit df84fd5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/messageDescriptors/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ export const subscription = defineMessages({
id: 'subscription.labelEmail',
defaultMessage: 'Your email address',
},
captchaDisclaimer: {
id: 'subscription.captchaDisclaimer',
disclaimer: {
id: 'subscription.disclaimer',
defaultMessage:
'This site is protected by hCaptcha and its {privacyPolicyLink} and {termsOfServiceLink} apply.',
'By clicking "{subscribe}" I confirm I have read and agree to {privacyPolicyLink}.',
description:
'The variables are replaced with links containing text from `subscription.privacyPolicy` and `subscription.termsOfService` messages respectively',
'The variables are replaced with text from `actions.subscribe` and `subscription.privacyPolicy` messages along with a link to the privacy policy.',
},
privacyPolicy: {
id: 'subscription.privacyPolicy',
defaultMessage: 'Privacy Policy',
},
termsOfService: {
id: 'subscription.termsOfService',
defaultMessage: 'Terms of Service',
},
});

0 comments on commit df84fd5

Please sign in to comment.