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:",