Fix spelling error in web interface

This commit is contained in:
Owen D'Aprile 2021-01-25 20:00:28 -05:00
parent 11a3079d24
commit a27ad24823
No known key found for this signature in database
GPG Key ID: 291B46C15C77F8C3

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 let text = $("hid-pak-text").value.replace(/[^\x00-\x7F]/g, ""); // eslint-disable-line no-control-regex
if (text) { if (text) {
let confirm_msg = ` 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? Are you sure you want to continue?
`; `;