From 4460d0f59dfe7cbab260b82d374392e98c4f15f5 Mon Sep 17 00:00:00 2001 From: patak Date: Thu, 29 Dec 2022 20:40:59 +0100 Subject: [PATCH] feat: replace "Thread" with avatar for self replies --- components/status/StatusReplyingTo.vue | 11 +++++------ locales/de-DE.json | 4 +--- locales/en-GB.json | 1 - locales/en-US.json | 1 - 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/components/status/StatusReplyingTo.vue b/components/status/StatusReplyingTo.vue index 50150d9b..6bbcc7b2 100644 --- a/components/status/StatusReplyingTo.vue +++ b/components/status/StatusReplyingTo.vue @@ -20,14 +20,13 @@ const account = isSelf ? computed(() => status.account) : useAccountById(status. :title="account ? `Replying to ${getDisplayName(account)}` : 'Replying to someone'" > diff --git a/locales/de-DE.json b/locales/de-DE.json index 84f3a3d6..bb0fed13 100644 --- a/locales/de-DE.json +++ b/locales/de-DE.json @@ -142,8 +142,7 @@ "content_warning": "Schreib hier deine Warnung", "default_1": "Was geht dir gerade durch den Kopf?", "reply_to_account": "Antwort an {0}", - "replying": "Antworten", - "the_thread": "Der Thread" + "replying": "Antworten" }, "search": { "search_desc": "Suche nach Accounts & Hashtags" @@ -180,7 +179,6 @@ "someone": "Jemand", "spoiler_show_less": "Zeige weniger", "spoiler_show_more": "Zeige mehr", - "thread": "Thread", "try_original_site": "Versuche die original Seite" }, "status_history": { diff --git a/locales/en-GB.json b/locales/en-GB.json index 942dcbab..0da84271 100644 --- a/locales/en-GB.json +++ b/locales/en-GB.json @@ -283,7 +283,6 @@ "someone": "Someone", "spoiler_show_less": "Show less", "spoiler_show_more": "Show more", - "thread": "Thread", "try_original_site": "Try original site" }, "status_history": { diff --git a/locales/en-US.json b/locales/en-US.json index 2d3ea811..4a69aa64 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -283,7 +283,6 @@ "someone": "Someone", "spoiler_show_less": "Show less", "spoiler_show_more": "Show more", - "thread": "Thread", "try_original_site": "Try original site" }, "status_history": {