From bc917736022b93a8a5fad9450b8bc2d2480dae15 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Fri, 22 Nov 2024 15:29:20 +0300 Subject: [PATCH] [DE mobile] added title in message --- apps/documenteditor/mobile/src/controller/Toolbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/src/controller/Toolbar.jsx b/apps/documenteditor/mobile/src/controller/Toolbar.jsx index 096ab7f84e..5f127d7c17 100644 --- a/apps/documenteditor/mobile/src/controller/Toolbar.jsx +++ b/apps/documenteditor/mobile/src/controller/Toolbar.jsx @@ -379,7 +379,7 @@ const ToolbarController = inject('storeAppOptions', 'users', 'storeReview', 'sto const api = Common.EditorApi.get(); if (!api.asc_IsAllRequiredFormsFilled()) { f7.dialog.create({ - title : '', + title : t('Main.notcriticalErrorTitle'), text : t('Toolbar.warnEmptyRequiredField'), buttons : [ {