Browse Source

Fix outdated link target for “locked” warning (#37366)

pull/1371/head
Claire 2 months ago committed by Misty De Meo
parent
commit
f6e962c850
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C
  1. 2
      app/javascript/mastodon/features/compose/components/warning.tsx

2
app/javascript/mastodon/features/compose/components/warning.tsx

@ -31,7 +31,7 @@ export const Warning = () => {
defaultMessage='Your account is not {locked}. Anyone can follow you to view your follower-only posts.'
values={{
locked: (
<a href='/settings/profile'>
<a href='/settings/privacy#account_unlocked'>
<FormattedMessage
id='compose_form.lock_disclaimer.lock'
defaultMessage='locked'

Loading…
Cancel
Save