mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-06 23:13:55 -05:00
Fix encryption warning "read more" link (#39635)
This commit is contained in:
parent
76930eb131
commit
b2ebfa13a9
|
|
@ -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…
Reference in New Issue
Block a user