Merge pull request #55 from mattbk/fix-typo-web

Fix typo.
This commit is contained in:
Rysiek Labus (SQ9MDD) 2021-09-04 09:57:23 +02:00 committed by GitHub
commit e2e1dd722d
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 + '?');
}