From f659190e1878e24a123ef47e50d4d89b68db477f Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 16 Sep 2025 12:24:58 +0200 Subject: [PATCH] =?UTF-8?q?[Glitch]=20Change=20wording=20of=20disabled=20q?= =?UTF-8?q?uote=20state=20to=20=E2=80=9CYou=20are=20not=20allowed=20to=20q?= =?UTF-8?q?uote=20this=20post=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port 41ab10f88cab53a0aec61841be237a048cc96be3 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/api_types/quotes.ts | 1 + .../flavours/glitch/components/status/boost_button_utils.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/api_types/quotes.ts b/app/javascript/flavours/glitch/api_types/quotes.ts index b4fe380d52..f42a3eb728 100644 --- a/app/javascript/flavours/glitch/api_types/quotes.ts +++ b/app/javascript/flavours/glitch/api_types/quotes.ts @@ -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'; diff --git a/app/javascript/flavours/glitch/components/status/boost_button_utils.ts b/app/javascript/flavours/glitch/components/status/boost_button_utils.ts index 78e47d36ec..a5745e48d1 100644 --- a/app/javascript/flavours/glitch/components/status/boost_button_utils.ts +++ b/app/javascript/flavours/glitch/components/status/boost_button_utils.ts @@ -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',