Improve warning message

This commit is contained in:
Dave Page
2016-02-25 11:58:02 +00:00
parent f3813239c0
commit f0e7bd91cb

View File

@@ -246,7 +246,7 @@
that = this;
Alertify.confirm(
'Delete Row',
'Are You Sure, you want to delete this object?',
'Are you sure you wish to delete this row?',
function(evt) {
that.model.collection.remove(that.model);
},