From fccbd01596ce96abb9cc355ea909a0e127f88d14 Mon Sep 17 00:00:00 2001 From: Lea Date: Mon, 19 Jun 2023 09:56:50 +0200 Subject: [PATCH] plurals jumpscare --- bot/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 9a1adb6..1ff4a6e 100644 --- a/bot/en.json +++ b/bot/en.json @@ -52,7 +52,8 @@ }, "warn": { "title": "Warn user", - "no_user": "The provided user(s) could not be found", + "no_user_one": "The provided user could not be found", + "no_user_other": "The provided users could not be found", "user_warned": "### User warned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**" } },