From 5e3a91401c9b7cba126a5774b7d0a1e26cc19d9d Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 4 Oct 2021 12:20:37 +0400 Subject: [PATCH] [SSE mobile] Fix Bug 47044 --- apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx b/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx index 51d75b610..4bd1095b9 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx @@ -229,7 +229,7 @@ const Statusbar = inject('sheets', 'storeAppOptions', 'users')(observer(props => let current = api.asc_getWorksheetName(api.asc_getActiveWorksheetIndex()); f7.dialog.create({ - title: _t.textRenameSheet, + title: _t.textSheetName, content: Device.ios ? '
' : '
',