Fix encryption warning "read more" link (#39635)

This commit is contained in:
Thomas Pike 2026-06-29 16:18:32 +02:00 committed by GitHub
parent 76930eb131
commit b2ebfa13a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'