From 71b4fd32cc1ce01e91ef248ba4fe8522169e81cd Mon Sep 17 00:00:00 2001
From: uppertoe <56832536+uppertoe@users.noreply.github.com>
Date: Wed, 16 Jul 2025 20:18:56 +1000
Subject: [PATCH] fix: Fix typo in English translations (#1259)
---
server/config/locales/en-GB.json | 2 +-
server/config/locales/en-US.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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",
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",