From 20524aca9265df5eb5814f1232f75f28f950f20f Mon Sep 17 00:00:00 2001 From: uppertoe <56832536+uppertoe@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:21:33 +1000 Subject: [PATCH] Update en-GB.json Fix typo when sending notification email --- server/config/locales/en-GB.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/locales/en-GB.json b/server/config/locales/en-GB.json index 1a7b7420..441064ca 100644 --- a/server/config/locales/en-GB.json +++ b/server/config/locales/en-GB.json @@ -6,7 +6,7 @@ "This is a test text message!": "This is a test text message!", "This is a *test* **markdown** `message`!": "This is a *test* **markdown** `message`!", "This is a test html message": "This is a test html message", - "You Were Added to Card": "Your Were Added to Card", + "You Were Added to Card": "You Were Added to Card", "You Were Mentioned in Comment": "You Were Mentioned in Comment", "%s added you to %s on %s": "%s added you to %s on %s", "%s created %s in %s on %s": "%s created %s in %s on %s",