[Glitch] Fix encryption warning "read more" link
Port b2ebfa13a98c2a4fcba187825affe6ad93c44aa0 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
6e8cbd724e
commit
926e0b7c68
@ -62,7 +62,11 @@ export const Warning = () => {
|
||||
id='compose_form.encryption_warning'
|
||||
defaultMessage='Posts on Mastodon are not end-to-end encrypted. Do not share any dangerous information over Mastodon.'
|
||||
/>{' '}
|
||||
<a href='/terms' target='_blank'>
|
||||
<a
|
||||
href='https://docs.joinmastodon.org/user/posting/#private'
|
||||
rel='noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
<FormattedMessage
|
||||
id='compose_form.direct_message_warning_learn_more'
|
||||
defaultMessage='Learn more'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user