Skip to content

Commit

Permalink
Update Hilo checkbox label name and title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT authored Sep 12, 2024
1 parent d49f8cc commit 767908c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/checkbox_template.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="checkbox-container" title="Toggle Hilo LUT for all channels">
<div class="checkbox-container" title="Toggle Hilo LUT mode on channels">
<input type="checkbox" id="hiloCheckbox" name="hiloCheckbox">
<label for="hiloCheckbox"> Toggle Hilo LUT</label>
<label for="hiloCheckbox"> Hilo LUT</label>
</div>

0 comments on commit 767908c

Please sign in to comment.