Change wording of disabled quote state to “You are not allowed to quote this post” (#36129)

This commit is contained in:
Claire 2025-09-16 12:24:58 +02:00 committed by GitHub
parent 96d0f6f049
commit 41ab10f88c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ export type ApiQuoteState = 'accepted' | 'pending' | 'revoked' | 'unauthorized';
export type ApiQuotePolicy =
| 'public'
| 'followers'
| 'following'
| 'nobody'
| 'unsupported_policy';
export type ApiUserQuotePolicy = 'automatic' | 'manual' | 'denied' | 'unknown';

View File

@ -21,7 +21,7 @@ export const messages = defineMessages({
quote: { id: 'status.quote', defaultMessage: 'Quote' },
quote_cannot: {
id: 'status.cannot_quote',
defaultMessage: 'Quotes are disabled on this post',
defaultMessage: 'You are not allowed to quote this post',
},
quote_followers_only: {
id: 'status.quote_followers_only',

View File

@ -862,7 +862,7 @@
"status.block": "Block @{name}",
"status.bookmark": "Bookmark",
"status.cancel_reblog_private": "Unboost",
"status.cannot_quote": "Quotes are disabled on this post",
"status.cannot_quote": "You are not allowed to quote this post",
"status.cannot_reblog": "This post cannot be boosted",
"status.context.load_new_replies": "New replies available",
"status.context.loading": "Checking for more replies",