diff options
Diffstat (limited to 'web/share/js/kvm/atx.js')
-rw-r--r-- | web/share/js/kvm/atx.js | 2 |
1 files changed, 1 insertions, 1 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(); |