mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +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
|
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?
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user