From f1f3aaad761492ea90786650869e849c2f1ba9fd Mon Sep 17 00:00:00 2001 From: Tol Wassman Date: Thu, 16 Jul 2026 09:23:03 +0000 Subject: [PATCH] fix grammar in message for error loading reply (#33802) --- apps/web/src/i18n/strings/en_EN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/i18n/strings/en_EN.json b/apps/web/src/i18n/strings/en_EN.json index b15b4d4199..2ccf843819 100644 --- a/apps/web/src/i18n/strings/en_EN.json +++ b/apps/web/src/i18n/strings/en_EN.json @@ -3554,7 +3554,7 @@ }, "redaction": "Message deleted by %(name)s", "reply": { - "error_loading": "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.", + "error_loading": "Unable to load event that was replied to; either it does not exist or you do not have permission to view it.", "in_reply_to": "In reply to ", "in_reply_to_for_export": "In reply to this message" },