Merge remote-tracking branch 'origin/develop' into gdpr-banner-buttons
This commit is contained in:
commit
7a223d481a
|
@ -142,10 +142,10 @@ const Registration = () => {
|
|||
<Text theme='muted' size='xs'>
|
||||
<FormattedMessage
|
||||
id='registration.acceptance'
|
||||
defaultMessage="By registering, you agree to the {terms} and {privacy}."
|
||||
defaultMessage='By registering, you agree to the {terms} and {privacy}.'
|
||||
values={{
|
||||
terms: (
|
||||
<a href={links.get('termsOfService')} target="_blank" className='text-primary-600 dark:text-primary-400 hover:underline'>
|
||||
<a href={links.get('termsOfService')} target='_blank' className='text-primary-600 dark:text-primary-400 hover:underline'>
|
||||
<FormattedMessage
|
||||
id='registration.tos'
|
||||
defaultMessage='Terms of Service'
|
||||
|
@ -153,7 +153,7 @@ const Registration = () => {
|
|||
</a>
|
||||
),
|
||||
privacy: (
|
||||
<a href={links.get('privacyPolicy')} target="_blank" className='text-primary-600 dark:text-primary-400 hover:underline'>
|
||||
<a href={links.get('privacyPolicy')} target='_blank' className='text-primary-600 dark:text-primary-400 hover:underline'>
|
||||
<FormattedMessage
|
||||
id='registration.privacy'
|
||||
defaultMessage='Privacy Policy'
|
||||
|
|
Loading…
Reference in New Issue