mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
Web interface spelling fixes and improvements
Also make the popup message for pasting characters change plurality depending on the amount of characters.
This commit is contained in:
@@ -123,7 +123,7 @@ export function Gpio() {
|
||||
`;
|
||||
} else if (item.type === "output") {
|
||||
let controls = [];
|
||||
let confirm = (item.confirm ? "Are you sure to act this control?" : "");
|
||||
let confirm = (item.confirm ? "Are you sure you want to perform this action?" : "");
|
||||
if (item.scheme["switch"]) {
|
||||
controls.push(`
|
||||
<td><div class="switch-box">
|
||||
|
||||
Reference in New Issue
Block a user