From ca3a11a786410ea2467a6fef926c84f93fa62d94 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:51:20 -0400 Subject: [PATCH] Add translations for leave admin team confirmation --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 877f84f..800011a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -636,5 +636,7 @@ "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", "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?", + "leaving_admin_team": "Leaving admin team" }