Adding specific user moderation history strings. (#140)

* Adding specific user moderation history strings.

* Change to interpolated user.
This commit is contained in:
Dessalines 2024-08-03 10:28:02 -04:00 committed by GitHub
parent 088a27703f
commit 1f4e378f2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -635,7 +635,9 @@
"continue": "Continue", "continue": "Continue",
"go_back": "Go Back", "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.", "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", "language_not_allowed": "Language not allowed",
"edited_post": "Edited post", "edited_post": "Edited post",
"leave_admin_team_confirmation": "Are you sure you want to leave the admin team?", "leave_admin_team_confirmation": "Are you sure you want to leave the admin team?",