From a3855471b93869263dc6ab951820e2bbbbe4d21f Mon Sep 17 00:00:00 2001 From: uppertoe <56832536+uppertoe@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:37:09 +1000 Subject: [PATCH] Fix typo in en-US.json Fix typo: Your Were Added... -> You Were Added... --- server/config/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/locales/en-US.json b/server/config/locales/en-US.json index edea5f0c..6e1f2026 100644 --- a/server/config/locales/en-US.json +++ b/server/config/locales/en-US.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",