Skip to content

Commit

Permalink
Update confirm dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Jan 18, 2017
1 parent 4e4a616 commit e59e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DSCPullServerWeb/Scripts/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function uiShowConfirm(action, title, text, callback) {
}

function uiShowConfirmDelete(object, callback) {
uiShowConfirm('Delete', 'Delete', 'Do you really want to delete ' + object + '?', callback);
uiShowConfirm('Delete', 'Confirm', 'Do you really want to delete ' + object + '?', callback);
}

function uiUpdateTable(page) {
Expand Down

0 comments on commit e59e307

Please sign in to comment.