From 71b9a4d69c3c71d4c4b5c7ac62530101bdb21986 Mon Sep 17 00:00:00 2001 From: Kuldeep M Date: Fri, 21 Jan 2022 10:16:09 +0000 Subject: [PATCH] fix internationalisation update --- src/component/update/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/update/index.js b/src/component/update/index.js index 3423888d..deae4856 100644 --- a/src/component/update/index.js +++ b/src/component/update/index.js @@ -621,7 +621,7 @@ update.mod['7.4.0'] = function(data) { update.mod['7.5.0'] = function(data) { - data.state.language = { system: true, selected: 'en_GB' }; + data.state.language = 'system'; return data; @@ -648,4 +648,4 @@ update.run = (data) => { }; -export { update }; \ No newline at end of file +export { update };