mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
Merge pull request #25 from owendaprile/master
Fix spelling error in web interface
This commit is contained in:
commit
3360a3fce6
@ -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?
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user