mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00:00
[Glitch] Change wording of disabled quote state to “You are not allowed to quote this post”
Port 41ab10f88c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -4,6 +4,7 @@ export type ApiQuoteState = 'accepted' | 'pending' | 'revoked' | 'unauthorized';
|
|||||||
export type ApiQuotePolicy =
|
export type ApiQuotePolicy =
|
||||||
| 'public'
|
| 'public'
|
||||||
| 'followers'
|
| 'followers'
|
||||||
|
| 'following'
|
||||||
| 'nobody'
|
| 'nobody'
|
||||||
| 'unsupported_policy';
|
| 'unsupported_policy';
|
||||||
export type ApiUserQuotePolicy = 'automatic' | 'manual' | 'denied' | 'unknown';
|
export type ApiUserQuotePolicy = 'automatic' | 'manual' | 'denied' | 'unknown';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export const messages = defineMessages({
|
|||||||
quote: { id: 'status.quote', defaultMessage: 'Quote' },
|
quote: { id: 'status.quote', defaultMessage: 'Quote' },
|
||||||
quote_cannot: {
|
quote_cannot: {
|
||||||
id: 'status.cannot_quote',
|
id: 'status.cannot_quote',
|
||||||
defaultMessage: 'Quotes are disabled on this post',
|
defaultMessage: 'You are not allowed to quote this post',
|
||||||
},
|
},
|
||||||
quote_followers_only: {
|
quote_followers_only: {
|
||||||
id: 'status.quote_followers_only',
|
id: 'status.quote_followers_only',
|
||||||
|
|||||||
Reference in New Issue
Block a user