Merge branch 'lint' into 'develop'
Lint See merge request soapbox-pub/soapbox-fe!1685
This commit is contained in:
commit
7f1506e39e
|
@ -142,10 +142,10 @@ const Registration = () => {
|
||||||
<Text theme='muted' size='xs'>
|
<Text theme='muted' size='xs'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='registration.acceptance'
|
id='registration.acceptance'
|
||||||
defaultMessage="By registering, you agree to the {terms} and {privacy}."
|
defaultMessage='By registering, you agree to the {terms} and {privacy}.'
|
||||||
values={{
|
values={{
|
||||||
terms: (
|
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
|
<FormattedMessage
|
||||||
id='registration.tos'
|
id='registration.tos'
|
||||||
defaultMessage='Terms of Service'
|
defaultMessage='Terms of Service'
|
||||||
|
@ -153,7 +153,7 @@ const Registration = () => {
|
||||||
</a>
|
</a>
|
||||||
),
|
),
|
||||||
privacy: (
|
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
|
<FormattedMessage
|
||||||
id='registration.privacy'
|
id='registration.privacy'
|
||||||
defaultMessage='Privacy Policy'
|
defaultMessage='Privacy Policy'
|
||||||
|
|
Loading…
Reference in New Issue