From 831a040cc01e2ea7467a60b7300cb20f31ae0514 Mon Sep 17 00:00:00 2001 From: uppertoe <56832536+uppertoe@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:43:11 +1000 Subject: [PATCH] Fix: Typo in en-GB locale Fix typo: "Your Were Added..." to "You Were Added..." --- 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",