Merge pull request #337 from StewLG/spelling_correction_disarmed_for_submit
Fixing spelling error "Diasrmed" => "Disarmed"10.3.x-maintenance
commit
fee36ba834
|
@ -286,8 +286,8 @@ OSD.constants = {
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: 'ARMED'
|
preview: 'ARMED'
|
||||||
},
|
},
|
||||||
DIASRMED: {
|
DISARMED: {
|
||||||
name: 'DIASRMED',
|
name: 'DISARMED',
|
||||||
default_position: -109,
|
default_position: -109,
|
||||||
positionable: true,
|
positionable: true,
|
||||||
preview: 'DISARMED'
|
preview: 'DISARMED'
|
||||||
|
@ -401,7 +401,7 @@ OSD.chooseFields = function () {
|
||||||
F.VTX_CHANNEL,
|
F.VTX_CHANNEL,
|
||||||
F.VOLTAGE_WARNING,
|
F.VOLTAGE_WARNING,
|
||||||
F.ARMED,
|
F.ARMED,
|
||||||
F.DIASRMED,
|
F.DISARMED,
|
||||||
F.ARTIFICIAL_HORIZON,
|
F.ARTIFICIAL_HORIZON,
|
||||||
F.HORIZON_SIDEBARS,
|
F.HORIZON_SIDEBARS,
|
||||||
F.CURRENT_DRAW,
|
F.CURRENT_DRAW,
|
||||||
|
|
Loading…
Reference in New Issue