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:
authorMichel Pastor <shellixyz@gmail.com>2018-11-01 04:29:40 +0300
committerMichel Pastor <shellixyz@gmail.com>2018-11-01 04:29:40 +0300
commit37a63eee7a66de376591c6bbc4fc44e825353fe9 (patch)
tree9597b9998c14bd5617e732c251b5b229ab25ee22
parentd52d1700c6337b1bb564bf366602f42e8f149a46 (diff)
Fix OLED display feature tooltip
The right feature name is `DASHBOARD`
-rwxr-xr-x_locales/en/messages.json2
-rw-r--r--js/fc.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 59664f37..2f7fd377 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -588,7 +588,7 @@
"featureLED_STRIP": {
"message": "Multi-color RGB LED strip support"
},
- "featureDISPLAY": {
+ "featureDASHBOARD": {
"message": "OLED Screen Display"
},
"featureONESHOT125": {
diff --git a/js/fc.js b/js/fc.js
index f566beca..167e6764 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -545,7 +545,7 @@ var FC = {
{bit: 12, group: 'other', name: '3D', showNameInTip: true},
{bit: 15, group: 'other', name: 'RSSI_ADC', haveTip: true, showNameInTip: true},
{bit: 16, group: 'other', name: 'LED_STRIP', showNameInTip: true},
- {bit: 17, group: 'other', name: 'DISPLAY', showNameInTip: true},
+ {bit: 17, group: 'other', name: 'DASHBOARD', showNameInTip: true},
{bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true, showNameInTip: true}
];