diff options
author | Maxim Devaev <[email protected]> | 2022-11-07 14:28:25 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-07 14:28:25 +0300 |
commit | 7a83ce0f79257fa52b3615b6d3c704dc000dc986 (patch) | |
tree | f36d0e66b1972cd051ead53e467ebf3a651200ef /web/kvm/index.html | |
parent | 941b3bbd75b298d69b40a838dd149833594394ae (diff) |
polling rate -> polling interval
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 74c17741..d5399a68 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -263,7 +263,7 @@ <div class="spoiler"> <table class="kv"> <tr> - <td>Polling rate:</td> + <td>Polling interval:</td> <td class="value-slider"> <input class="slider" type="range" id="hid-mouse-rate-slider"> </td> |