From f1a691209243a2940ca8e5932de852ae5bca4642 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 5 Jul 2019 14:57:57 +0300 Subject: [PATCH] - client: fix page lang issue with Portuguese --- client/src/helpers/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index 0a9895ca..9faf2e5f 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -41,7 +41,7 @@ export const LANGUAGES = [ }, { key: 'pt-br', - name: 'Português (BR)', + name: 'Portuguese (BR)', }, { key: 'sv',