mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve warning message
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user