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",