+
@@ -83,9 +93,9 @@ const timeago = useTimeAgo(() => status.createdAt, timeAgoOptions)
-
+
- {{ status.spoilerText }}
+ {{ filterPhrase ? `${$t('status.filter_hidden_phrase')}: ${filterPhrase}` : status.spoilerText }}
@@ -105,4 +115,7 @@ const timeago = useTimeAgo(() => status.createdAt, timeAgoOptions)
+
+
{{ filterPhrase && `${$t('status.filter_removed_phrase')}: ${filterPhrase}` }}
+
diff --git a/components/status/StatusSpoiler.vue b/components/status/StatusSpoiler.vue
index e4e96932..4fb4ceef 100644
--- a/components/status/StatusSpoiler.vue
+++ b/components/status/StatusSpoiler.vue
@@ -1,5 +1,5 @@