mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
[Glitch] Consolidate labels for quote policy settings
Port 012450e87d to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -39,7 +39,7 @@ const messages = defineMessages({
|
|||||||
},
|
},
|
||||||
quoteNobody: {
|
quoteNobody: {
|
||||||
id: 'visibility_modal.quote_nobody',
|
id: 'visibility_modal.quote_nobody',
|
||||||
defaultMessage: 'No one',
|
defaultMessage: 'Just me',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -302,7 +302,7 @@ const QuotePolicyHelper: FC<{
|
|||||||
<p className='visibility-dropdown__helper'>
|
<p className='visibility-dropdown__helper'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='visibility_modal.helper.private_quoting'
|
id='visibility_modal.helper.private_quoting'
|
||||||
defaultMessage="Follower-only posts can't be quoted."
|
defaultMessage="Follower-only posts authored on Mastodon can't be quoted by others."
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
@@ -313,7 +313,7 @@ const QuotePolicyHelper: FC<{
|
|||||||
<p className='visibility-dropdown__helper'>
|
<p className='visibility-dropdown__helper'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='visibility_modal.helper.direct_quoting'
|
id='visibility_modal.helper.direct_quoting'
|
||||||
defaultMessage="Private mentions can't be quoted."
|
defaultMessage="Private mentions authored on Mastodon can't be quoted by others."
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user