Skip to content

Commit

Permalink
[DE mobile] added title in message
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Nov 22, 2024
1 parent 9b8499e commit bc91773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documenteditor/mobile/src/controller/Toolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 : [
{
Expand Down

0 comments on commit bc91773

Please sign in to comment.