diff options
author | Devaev Maxim <[email protected]> | 2021-02-07 23:26:50 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-02-07 23:26:50 +0300 |
commit | 711816bd2665b450a63d90744740bb4cc0df4efe (patch) | |
tree | ff3da6538bf7fdf8e6cc78f794b825c1db000adb /web/share/js/kvm/atx.js | |
parent | 365d8e9fefd454933e536a76f2c28e8ec6056625 (diff) |
refactoring
Diffstat (limited to 'web/share/js/kvm/atx.js')
-rw-r--r-- | web/share/js/kvm/atx.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js index 234c86c2..3ec04351 100644 --- a/web/share/js/kvm/atx.js +++ b/web/share/js/kvm/atx.js @@ -40,11 +40,11 @@ export function Atx() { ["atx-power-button", "power", "Are you sure you want to press the power button?"], ["atx-power-button-long", "power_long", ` Are you sure you want to long press the power button?<br> - (Warning! This could cause data loss on the server.) + Warning! This could cause data loss on the server. `], ["atx-reset-button", "reset", ` Are you sure you want to press the reset button?<br> - (Warning! This could case data loss on the server.) + Warning! This could case data loss on the server. `], ]) { tools.setOnClick($(args[0]), () => __clickButton(args[1], args[2])); |