changed message confirmation dialog

This commit is contained in:
marcos 2020-04-28 10:44:13 +02:00
parent 8cd1c0b83f
commit 72f9c051eb
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ function initialiceLayout(data) {
confirmDialog({
title: "Are you sure?",
message:
"<h4 style='text-align: center;padding-top: 20px;'>If you delete it, will can't be recovered</h4>",
"<h4 style='text-align: center;padding-top: 20px;'>All changes made to this widget will be lost</h4>",
cancel: "Cancel",
ok: "Ok",
onAccept: function() {