kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Lint
rodzic
50d60b7bb4
commit
032735bac4
|
@ -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'
|
||||||
|
|
Ładowanie…
Reference in New Issue