Merge pull request #337 from StewLG/spelling_correction_disarmed_for_submit

Fixing spelling error "Diasrmed" => "Disarmed"
10.3.x-maintenance
Michael Keller 2016-11-11 22:19:32 +13:00 committed by GitHub
commit fee36ba834
1 changed files with 3 additions and 3 deletions

View File

@ -286,8 +286,8 @@ OSD.constants = {
positionable: true,
preview: 'ARMED'
},
DIASRMED: {
name: 'DIASRMED',
DISARMED: {
name: 'DISARMED',
default_position: -109,
positionable: true,
preview: 'DISARMED'
@ -401,7 +401,7 @@ OSD.chooseFields = function () {
F.VTX_CHANNEL,
F.VOLTAGE_WARNING,
F.ARMED,
F.DIASRMED,
F.DISARMED,
F.ARTIFICIAL_HORIZON,
F.HORIZON_SIDEBARS,
F.CURRENT_DRAW,