Apply 3 suggestion(s) to 3 file(s)
This commit is contained in:
parent
338bdd93de
commit
4ed8847b9d
3 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
|||
better display of mutes
|
||||
better display of mute reason on posts
|
||||
|
|
|
@ -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',
|
||||
{
|
||||
|
|
|
@ -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:",
|
||||
|
|
Loading…
Add table
Reference in a new issue