We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d54c9a + d8df97a commit 4a1b68aCopy full SHA for 4a1b68a
src/js/tabs/vtx.js
@@ -497,7 +497,7 @@ TABS.vtx.initialize = function (callback) {
497
if (i === 0) {
498
selectPower.append(new Option(i18n.getMessage('vtxPower_0'), 0));
499
} else {
500
- selectPower.append(new Option(i18n.getMessage('vtxPower_X', {bandName: i}), i));
+ selectPower.append(new Option(i18n.getMessage('vtxPower_X', {powerLevel: i}), i));
501
}
502
503
0 commit comments