add explanation to why post is muted for sensitive muting

This commit is contained in:
Henry Jameson 2024-04-24 15:22:19 +03:00
parent 59656af44c
commit 046678086f
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,12 @@
:at="false"
/>
</small>
<small
v-if="muteSensitiveStatuses && status.nsfw"
class="mute-thread"
>
{{ $t('status.sensitive_muted') }}
</small>
<small
v-if="showReasonMutedThread"
class="mute-thread"

View File

@ -1075,6 +1075,7 @@
"external_source": "External source",
"thread_muted": "Thread muted",
"thread_muted_and_words": ", has words:",
"sensitive_muted": "Muting sensitive content",
"show_full_subject": "Show full subject",
"hide_full_subject": "Hide full subject",
"show_content": "Show content",