Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Spychalski <pspychalski@gmail.com>2022-05-24 15:46:36 +0300
committerGitHub <noreply@github.com>2022-05-24 15:46:36 +0300
commit5553f6821d65dd25570e5e253c9b591ec6451c10 (patch)
treeb2bd31c5b67df87dd6518ff26dc440b2c8124fd9
parent5abc6f652a00a0e49c46b74e9bb4eb9209b404c3 (diff)
parentcf3d8def5dc2a86be72cd592531d739d94318a0c (diff)
Merge pull request #1524 from iNavFlight/MrD_Fix-a-couple-of-typos
Fixed typos
-rw-r--r--tabs/osd.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tabs/osd.html b/tabs/osd.html
index c1dffde7..a46a56dc 100644
--- a/tabs/osd.html
+++ b/tabs/osd.html
@@ -254,25 +254,25 @@
</label>
<label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd0_name" data-setting="osd_switch_indicator_zero_name" />
- <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_zero_channnel" data-live="true"></select>
+ <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_zero_channel" data-live="true"></select>
<span data-i18n="osdSwitchInd0"></span>
</label>
<label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd1_name" data-setting="osd_switch_indicator_one_name" />
- <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_one_channnel" data-live="true"></select>
+ <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_one_channel" data-live="true"></select>
<span data-i18n="osdSwitchInd1"></span>
</label>
<label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd2_name" data-setting="osd_switch_indicator_two_name" />
- <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_two_channnel" data-live="true"></select>
+ <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_two_channel" data-live="true"></select>
<span data-i18n="osdSwitchInd2"></span>
</label>
<label>
<input type="text" class="osdSwitchIndName" id="osdSwitchInd3_name" data-setting="osd_switch_indicator_three_name" />
- <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_three_channnel" data-live="true"></select>
+ <select class="osdSwitchInd_channel" data-setting="osd_switch_indicator_three_channel" data-live="true"></select>
<span data-i18n="osdSwitchInd3"></span>
</label>
</div>