Skip to content

Commit

Permalink
Update src/js/tabs/vtx.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
  • Loading branch information
HThuren and haslinghuis committed Apr 25, 2023
1 parent 0e1acb0 commit 5d7a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/vtx.js
Expand Up @@ -50,7 +50,7 @@ vtx.updateVtxDeviceStatus = function()
const vtxReady_e = $('.VTX_info span.vtx_device_ready');

// update device ready state
vtxReady_e.text((FC.VTX_CONFIG.vtx_device_ready) ? i18n.getMessage('vtxReadyTrue') : i18n.getMessage('vtxReadyFalse'));
vtxReady_e.text(FC.VTX_CONFIG.vtx_device_ready ? i18n.getMessage('vtxReadyTrue') : i18n.getMessage('vtxReadyFalse'));
vtxReady_e.toggleClass('active', FC.VTX_CONFIG.vtx_device_ready);
}

Expand Down

0 comments on commit 5d7a69d

Please sign in to comment.