From 5d0cb7f9ff6524408def6a2d8a942c502cf7318e Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 11 Sep 2025 17:51:46 +0200
Subject: [PATCH] correct en local key ordering
---
frontend/src/locales/en.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 77944ee7c..9d110f606 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -1,7 +1,6 @@
{
"(": "(",
")": ")",
- "|": "|",
"100": "100%",
"1000thanks": "1000 thanks for being with us!",
"125": "125%",
@@ -507,5 +506,6 @@
"button": "Start user search... "
},
"via_link": "via Link",
- "welcome": "Welcome to the community"
+ "welcome": "Welcome to the community",
+ "|": "|"
}