Apply 3 suggestion(s) to 3 file(s)

This commit is contained in:
HJ 2025-01-04 17:01:50 +00:00
parent 338bdd93de
commit 4ed8847b9d
3 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
better display of mutes
better display of mute reason on posts

View file

@ -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',
{

View file

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