diff options
author | Maxim Devaev <[email protected]> | 2021-01-26 05:47:41 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-26 05:47:41 +0300 |
commit | 3360a3fce602bcbc2d6fe45004fd9abe15cb4ded (patch) | |
tree | ff4502fb207c9b587a6b3241c6f154430c8218f7 | |
parent | 11a3079d2467faafef6879728b3aa34037406f52 (diff) | |
parent | a27ad24823892db2a32dd3480c8e80197817bbbd (diff) |
Merge pull request #25 from owendaprile/master
Fix spelling error in web interface
-rw-r--r-- | web/share/js/kvm/hid.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js index 0de2a7b2..4b4324bc 100644 --- a/web/share/js/kvm/hid.js +++ b/web/share/js/kvm/hid.js @@ -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? `; |