commit: 4ed8847b9dfc42113aa8afd0f3d6e05d8dd24567
parent 338bdd93de3e6471c276306b9078e4d02040357d
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Sat, 4 Jan 2025 17:01:50 +0000
Apply 3 suggestion(s) to 3 file(s)
Diffstat:
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git 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
@@ -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
@@ -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:",