Skip to content

Commit

Permalink
fix typo in ChannelDown option (openhab#11843)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Signed-off-by: Michael Schmidt <mi.schmidt.83@gmail.com>
  • Loading branch information
mlobstein authored and mischmidt83 committed Jan 9, 2022
1 parent 2658544 commit 7fbc210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ channel-type.roku.buttonTv.state.option.VolumeUp = Volume Up
channel-type.roku.buttonTv.state.option.VolumeDown = Volume Down
channel-type.roku.buttonTv.state.option.VolumeMute = Volume Mute
channel-type.roku.buttonTv.state.option.ChannelUp = Channel Up
channel-type.roku.buttonTv.state.option.Channel\ Down = Channel Down
channel-type.roku.buttonTv.state.option.ChannelDown = Channel Down
channel-type.roku.buttonTv.state.option.InputTuner = Input Tuner
channel-type.roku.buttonTv.state.option.InputHDMI1 = Input HDMI1
channel-type.roku.buttonTv.state.option.InputHDMI2 = Input HDMI2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<option value="VolumeDown">Volume Down</option>
<option value="VolumeMute">Volume Mute</option>
<option value="ChannelUp">Channel Up</option>
<option value="Channel Down">Channel Down</option>
<option value="ChannelDown">Channel Down</option>
<option value="InputTuner">Input Tuner</option>
<option value="InputHDMI1">Input HDMI1</option>
<option value="InputHDMI2">Input HDMI2</option>
Expand Down

0 comments on commit 7fbc210

Please sign in to comment.