diff options
-rw-r--r-- | web/share/js/kvm/atx.js | 2 | ||||
-rw-r--r-- | web/share/js/kvm/switch.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js index 0065e73c..ce3e4d27 100644 --- a/web/share/js/kvm/atx.js +++ b/web/share/js/kvm/atx.js @@ -107,7 +107,7 @@ export function Atx(__recorder) { if ($("atx-ask-switch").checked) { wm.confirm(` Are you sure you want to press the <b>${button}</b> button?<br> - Warning! This could case data loss on the server. + Warning! This could cause data loss on the server. `).then(function(ok) { if (ok) { click_button(); diff --git a/web/share/js/kvm/switch.js b/web/share/js/kvm/switch.js index bd33a781..8187a22c 100644 --- a/web/share/js/kvm/switch.js +++ b/web/share/js/kvm/switch.js @@ -584,7 +584,7 @@ export function Switch() { if ($("switch-atx-ask-switch").checked) { wm.confirm(` Are you sure you want to press the <b>${button}</b> button?<br> - Warning! This could case data loss on the server. + Warning! This could cause data loss on the server. `).then(function(ok) { if (ok) { click_button(); |