Consolidate labels for quote policy settings (#35893)

This commit is contained in:
Claire 2025-08-25 14:30:37 +02:00 committed by GitHub
commit 012450e87d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@ const messages = defineMessages({
},
quoteNobody: {
id: 'visibility_modal.quote_nobody',
defaultMessage: 'No one',
defaultMessage: 'Just me',
},
});
@ -302,7 +302,7 @@ const QuotePolicyHelper: FC<{
<p className='visibility-dropdown__helper'>
<FormattedMessage
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>
);
@ -313,7 +313,7 @@ const QuotePolicyHelper: FC<{
<p className='visibility-dropdown__helper'>
<FormattedMessage
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>
);