From 33ca9138e8fdf92c7696f1e3a3ccdb5c8d4a768a Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 7 Dec 2021 00:39:18 +0300 Subject: [PATCH] [SSE PE] fix bug 54395 --- apps/presentationeditor/mobile/src/index_dev.html | 2 +- apps/spreadsheeteditor/mobile/src/index_dev.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/mobile/src/index_dev.html b/apps/presentationeditor/mobile/src/index_dev.html index 60a5d6523b..7fb7b7aa24 100644 --- a/apps/presentationeditor/mobile/src/index_dev.html +++ b/apps/presentationeditor/mobile/src/index_dev.html @@ -65,7 +65,7 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - window.Common = {Locale: {currentLang: lang}}; + window.Common.Locale.currentLang = lang; diff --git a/apps/spreadsheeteditor/mobile/src/index_dev.html b/apps/spreadsheeteditor/mobile/src/index_dev.html index c4686125b7..9fad9aaee6 100644 --- a/apps/spreadsheeteditor/mobile/src/index_dev.html +++ b/apps/spreadsheeteditor/mobile/src/index_dev.html @@ -65,7 +65,7 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - window.Common = {Locale: {currentLang: lang}}; + window.Common.Locale.currentLang = lang;