From 0468aad584096bdacd064d8c5cb6144f2357729f Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Mon, 25 Jul 2022 21:44:38 +0300 Subject: [PATCH] Merge disabled boost and quote buttons on private posts --- src/components/quote_button/quote_button.vue | 10 +--------- src/i18n/en.json | 3 +-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/quote_button/quote_button.vue b/src/components/quote_button/quote_button.vue index 7a4c6b4b..4367f495 100644 --- a/src/components/quote_button/quote_button.vue +++ b/src/components/quote_button/quote_button.vue @@ -1,10 +1,9 @@ diff --git a/src/i18n/en.json b/src/i18n/en.json index 1f5f6299..5eef37b1 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -865,8 +865,7 @@ "conversation": "Conversation", "error": "Error fetching timeline: {0}", "load_older": "Load older statuses", - "no_retweet_hint": "Post is marked as followers-only or direct and cannot be repeated", - "no_quote_hint": "Post is marked as followers-only or direct and cannot be quoted", + "no_retweet_hint": "Post is marked as followers-only or direct and cannot be repeated or quoted", "repeated": "repeated", "show_new": "Show new", "reload": "Reload",