From 2950c0964dbc2519c5ecbfc1be033753642859c5 Mon Sep 17 00:00:00 2001 From: Lea Date: Sat, 24 Jun 2023 10:51:31 +0200 Subject: [PATCH] Update temp ban expire strings --- bot/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/en.json b/bot/en.json index 656bee0..9233fb8 100644 --- a/bot/en.json +++ b/bot/en.json @@ -113,9 +113,9 @@ }, "temp_ban_expire": { "title": "Temporary ban expired", - "content": "{{username}} ({{infraction.user}}) has been unbanned because their temporary ban expired", - "content_f": "{{username}} ({{infraction.user}}) has been unbanned because her temporary ban expired", - "content_m": "{{username}} ({{infraction.user}}) has been unbanned because his temporary ban expired" + "content": "`{{username}}` has been unbanned because their temporary ban expired.", + "content_f": "`{{username}}` has been unbanned because her temporary ban expired.", + "content_m": "`{{username}}` has been unbanned because his temporary ban expired." } }, "target_uncertain": {