diff --git a/apps/presentationeditor/mobile/src/controller/Main.jsx b/apps/presentationeditor/mobile/src/controller/Main.jsx index ebc3564bf..ae81d1619 100644 --- a/apps/presentationeditor/mobile/src/controller/Main.jsx +++ b/apps/presentationeditor/mobile/src/controller/Main.jsx @@ -843,7 +843,7 @@ class MainController extends Component { this.onMacrosPermissionRequest(); } else { const { t } = this.props; - const _t = t('Main', {returnObjects:true}); + const _t = t('Controller.Main', {returnObjects:true}); f7.dialog.create({ title: _t.notcriticalErrorTitle, text: _t.textRequestMacros.replace('%1', url), diff --git a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx index dd95f1798..0beb6c1a5 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx @@ -814,7 +814,7 @@ class MainController extends Component { this.onMacrosPermissionRequest(); } else { const { t } = this.props; - const _t = t('Main', {returnObjects:true}); + const _t = t('Controller.Main', {returnObjects:true}); f7.dialog.create({ title: _t.notcriticalErrorTitle, text: _t.textRequestMacros.replace('%1', url),