mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-24 23:29:30 -05:00
Fix outdated link target for “locked” warning (#37366)
This commit is contained in:
parent
3de59a9344
commit
1c5461fffe
|
|
@ -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…
Reference in New Issue
Block a user