summaryrefslogtreecommitdiff
path: root/web/share/js/kvm/switch.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/js/kvm/switch.js')
-rw-r--r--web/share/js/kvm/switch.js2
1 files changed, 1 insertions, 1 deletions
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();