From a864a9e19c0de38b4dd0a35a02ec8391341c9625 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Thu, 15 Sep 2022 09:07:57 +0500 Subject: [PATCH] fix: Fix flag for English --- client/src/locales/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/en/index.js b/client/src/locales/en/index.js index 6a398d30..73cf0522 100644 --- a/client/src/locales/en/index.js +++ b/client/src/locales/en/index.js @@ -5,7 +5,7 @@ import core from './core'; export default { language: 'en', - country: 'us', + country: 'gb', name: 'English', embeddedLocale: merge(login, core), };