1
0
Fork 0
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:
Asizon 2021-07-07 09:57:22 +02:00
parent 467655ecdd
commit 84e4add1d7

View file

@ -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();
}