From 4ed8847b9dfc42113aa8afd0f3d6e05d8dd24567 Mon Sep 17 00:00:00 2001 From: HJ <30-hj@users.noreply.git.pleroma.social> Date: Sat, 4 Jan 2025 17:01:50 +0000 Subject: [PATCH] Apply 3 suggestion(s) to 3 file(s) --- changelog.d/mutes.change | 2 +- src/components/status/status.js | 1 - src/i18n/en.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog.d/mutes.change b/changelog.d/mutes.change index f55a8abbf..fa13609bb 100644 --- a/changelog.d/mutes.change +++ b/changelog.d/mutes.change @@ -1 +1 @@ -better display of mutes +better display of mute reason on posts diff --git a/src/components/status/status.js b/src/components/status/status.js index 41275a5be..ccecaac7e 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -288,7 +288,6 @@ const Status = { case 'nsfw': return this.$t('status.sensitive_muted') } } - console.log(this.muteReasons, mainReason()) return this.$t( 'status.multi_reason_mute', { diff --git a/src/i18n/en.json b/src/i18n/en.json index 66ddb4139..3d7a674ce 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1243,7 +1243,7 @@ "status_unavailable": "Status unavailable", "copy_link": "Copy link to status", "external_source": "External source", - "muted_words": "Wordfiltered: {word} | Wordfiltered: {word} and {numWordsMore} more word", + "muted_words": "Wordfiltered: {word} | Wordfiltered: {word} and {numWordsMore} more words", "multi_reason_mute": "{main} | {main} + one more reason | {main} + {numReasonsMore} more reasons", "thread_muted": "Thread muted", "thread_muted_and_words": ", has words:",