summaryrefslogtreecommitdiff
path: root/web/share/js/kvm/gpio.js
diff options
context:
space:
mode:
authorOwen D'Aprile <[email protected]>2021-02-07 14:18:52 -0500
committerOwen D'Aprile <[email protected]>2021-02-07 14:18:52 -0500
commitcc909352b4844784198e85744b7a1786bca52ba2 (patch)
tree5201fffd470a0703b7d26c42786a0e4ee9f049bb /web/share/js/kvm/gpio.js
parentc9ee9b2e6a8cf0feed7f42876592c757da019813 (diff)
Web interface spelling fixes and improvements
Also make the popup message for pasting characters change plurality depending on the amount of characters.
Diffstat (limited to 'web/share/js/kvm/gpio.js')
-rw-r--r--web/share/js/kvm/gpio.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/kvm/gpio.js b/web/share/js/kvm/gpio.js
index 9a339da6..f31dbf05 100644
--- a/web/share/js/kvm/gpio.js
+++ b/web/share/js/kvm/gpio.js
@@ -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">