mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
Fix spelling error in web interface
This commit is contained in:
parent
11a3079d24
commit
a27ad24823
@ -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