diff options
author | Maxim Devaev <[email protected]> | 2021-09-20 06:14:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-20 07:14:38 +0300 |
commit | 701df3c76fff0679c6b1b05c067fe05c3b9f5e38 (patch) | |
tree | 34e2fd0ee62a3fdb90047e52af287353597c6ea5 /web/kvm/index.html | |
parent | f160fb561fa5bdcc7e35d35d16f66cc9150a0859 (diff) |
rewrited #65
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 2ec36fd7..7d6a097f 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -437,7 +437,7 @@ </li> <li class="right"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="hid-recorder-led" src="/share/svg/led-gear.svg">Macro</a> <div class="menu" data-dont-hide-menu> - <div class="text"><b>Record and play keyboard & mouse actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div> + <div class="text"><b>Record and play HID/GPIO actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div> <hr> <div class="buttons buttons-row"> <button class="row25" disabled data-force-hide-menu id="hid-recorder-record">• Rec</button> |