[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:
Thomas Pike 2026-06-29 16:18:32 +02:00 committed by Claire
parent 6e8cbd724e
commit 926e0b7c68

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'