From 1f4e378f2e18d843aec1e421b99a69a76ce633b7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 3 Aug 2024 10:28:02 -0400 Subject: [PATCH] Adding specific user moderation history strings. (#140) * Adding specific user moderation history strings. * Change to interpolated user. --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 46efaed..238f4ec 100644 --- a/translations/en.json +++ b/translations/en.json @@ -635,7 +635,9 @@ "continue": "Continue", "go_back": "Go Back", "content_warning_setting_blurb": "Setting a content warning will display a prompt with the content warning asking the user for their consent to continue.", - "moderation_history": "Moderation History", + "user_moderation_history": "{{user}} Moderation History", + "comment_moderation_history": "Comment Moderation History", + "post_moderation_history": "Post Moderation History", "language_not_allowed": "Language not allowed", "edited_post": "Edited post", "leave_admin_team_confirmation": "Are you sure you want to leave the admin team?",