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:
authorbreadoven <56191411+breadoven@users.noreply.github.com>2022-09-05 18:11:58 +0300
committerbreadoven <56191411+breadoven@users.noreply.github.com>2022-09-05 18:11:58 +0300
commita5fc011641e6ce6660eb746b0a691228348e4511 (patch)
tree17dc62d6f260e3f10d9b199073619a8347b905a8
parent7e0f1e9a051363a63b415b0bd3f72eb444568bdc (diff)
update
-rw-r--r--tabs/adjustments.html2
-rw-r--r--tabs/osd.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tabs/adjustments.html b/tabs/adjustments.html
index 11171b28..6cc87d6a 100644
--- a/tabs/adjustments.html
+++ b/tabs/adjustments.html
@@ -133,7 +133,7 @@
<optgroup i18n_label="adjustmentsGroupMisc">
<option value="53" i18n="adjustmentsFunction53"></option> <!-- VTX Power -->
- <option value="59" i18n="adjustmentsFunction59"></option> <!-- Mission Index -->
+ <option value="59" i18n="adjustmentsFunction59"></option> <!-- WP Mission Index -->
</optgroup>
</select></td>
<td class="adjustmentSlot"><select class="slot">
diff --git a/tabs/osd.js b/tabs/osd.js
index 70a31bbd..1cdff660 100644
--- a/tabs/osd.js
+++ b/tabs/osd.js
@@ -1885,7 +1885,7 @@ OSD.constants = {
{
name: 'MISSION_INDEX',
id: 139,
- preview: 'WP I 7'
+ preview: 'WP NO 7'
},
]
},