From bf0403e330e4a8cd2ddaddb6caa44afc42ba5eef Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 5 May 2026 11:51:24 +0300 Subject: [PATCH] add mrf tags display on user profile --- src/components/user_card/user_card.vue | 6 ++++++ src/i18n/en.json | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 1c3a91282..dfe6df6b5 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -212,6 +212,12 @@ > {{ $t('user_card.group') }} + + {{ $t('user_card.tags.' + tag) }} + diff --git a/src/i18n/en.json b/src/i18n/en.json index 7851c297c..9f5e4e1c7 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1737,7 +1737,15 @@ }, "personal_note": "Personal note", "note_blank_click": "Click to add note", - "highlight_header": "Highlight user's posts and mentions" + "highlight_header": "Highlight user's posts and mentions", + "tags": { + "mrf_tag:media-force-nsfw": "Mark as sensitive", + "mrf_tag:media-strip": "Remove attachments", + "mrf_tag:force-unlisted": "Force unlisted", + "mrf_tag:sandbox": "Remove from public timelines", + "mrf_tag:disable-remote-subscription": "Reject non-local follow requests", + "mrf_tag:disable-any-subscription": "Reject any follow requests" + } }, "user_profile": { "timeline_title": "User timeline",