Fix typo.

This commit is contained in:
mattbk 2021-09-03 10:08:42 -05:00 committed by GitHub
parent 680b986113
commit 60a881effe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -116,5 +116,5 @@ function updateFileUpload(event) {
}
function confirmAction(actionName) {
return window.confirm('Are you shure want to ' + actionName);
}
return window.confirm('Are you sure you want to ' + actionName + '?');
}