mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
[Glitch] Update Visibility modal copy & preferences link
Port 6f8187e595 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -198,10 +198,10 @@ export const VisibilityModal: FC<VisibilityModalProps> = forwardRef(
|
|||||||
<div className='dialog-modal__content__description'>
|
<div className='dialog-modal__content__description'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='visibility_modal.instructions'
|
id='visibility_modal.instructions'
|
||||||
defaultMessage='Control who can interact with this post. Global settings can be found under <link>Preferences > Other</link>.'
|
defaultMessage='Control who can interact with this post. You can also apply settings to all future posts by navigating to <link>Preferences > Posting defaults</link>.'
|
||||||
values={{
|
values={{
|
||||||
link: (chunks) => (
|
link: (chunks) => (
|
||||||
<a href='/settings/preferences/other'>{chunks}</a>
|
<a href='/settings/preferences/posting_defaults'>{chunks}</a>
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
tagName='p'
|
tagName='p'
|
||||||
@@ -216,7 +216,7 @@ export const VisibilityModal: FC<VisibilityModalProps> = forwardRef(
|
|||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='visibility_modal.privacy_label'
|
id='visibility_modal.privacy_label'
|
||||||
defaultMessage='Privacy'
|
defaultMessage='Visibility'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Dropdown
|
<Dropdown
|
||||||
@@ -246,7 +246,7 @@ export const VisibilityModal: FC<VisibilityModalProps> = forwardRef(
|
|||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='visibility_modal.quote_label'
|
id='visibility_modal.quote_label'
|
||||||
defaultMessage='Change who can quote'
|
defaultMessage='Who can quote'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Dropdown
|
<Dropdown
|
||||||
|
|||||||
Reference in New Issue
Block a user