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 };