From 68b4a8a06f15f1f8e5c31674d9c905d4fd7a316e Mon Sep 17 00:00:00 2001 From: Lea Date: Thu, 29 Jun 2023 16:57:58 +0200 Subject: [PATCH] add more log related strings --- bot/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 59cee80..423a9a3 100644 --- a/bot/en.json +++ b/bot/en.json @@ -144,6 +144,8 @@ "moderator": "Moderator: {{username}} (`{{id}}`)", "ban_expiry": "Ban expires: {{ts}}", "reason": "Reason: {{reason}}", + "old_reason": "Old reason: {{reason}}", + "new_reason": "New reason: {{reason}}", "warn_number_one": "This is **the first** warn for this user.", "warn_number_other": "This is warn number **{{count}}** for this user." }, @@ -159,7 +161,11 @@ }, "remove_infraction": { "title": "Infraction removed", - "content": "An infraction for {{user}} (`{{infraction.user}}`) has been removed" + "content": "An infraction for {{username}} has been removed" + }, + "edit_infraction": { + "title": "Infraction reason changed", + "content": "An infraction for {{username}} has been edited" }, "temp_ban_expire": { "title": "Temporary ban expired",