Merge pull request #25 from owendaprile/master

Fix spelling error in web interface
This commit is contained in:
Maxim Devaev 2021-01-26 05:47:41 +03:00 committed by GitHub
commit 3360a3fce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ export function Hid() {
let text = $("hid-pak-text").value.replace(/[^\x00-\x7F]/g, ""); // eslint-disable-line no-control-regex
if (text) {
let confirm_msg = `
You're goint to paste ${text.length} characters.<br>
You're going to paste ${text.length} characters.<br>
Are you sure you want to continue?
`;