mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Add on/off to i18n
This commit is contained in:
parent
467655ecdd
commit
84e4add1d7
1 changed files with 2 additions and 2 deletions
|
@ -888,8 +888,8 @@ function updateInterpolationView() {
|
|||
$('.tab-receiver .rc-smoothing-channels').hide();
|
||||
$('.tab-receiver input[name="rcSmoothingAutoFactor-number"]').attr("max", "250");
|
||||
$('.tab-receiver .rcSmoothingType').hide();
|
||||
$('.rcSmoothingOff').text('OFF');
|
||||
$('.rcSmoothingOn').text('ON');
|
||||
$('.tab-receiver .rcSmoothingOff').text(i18n.getMessage('off'));
|
||||
$('.tab-receiver .rcSmoothingOn').text(i18n.getMessage('on'));
|
||||
} else {
|
||||
$('.tab-receiver .rcSmoothingMode').hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue