1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Add Calibration Manager title to i18n

This commit is contained in:
Miguel Angel Mulero Martinez 2019-07-01 10:17:32 +02:00
parent fa79242355
commit a5d1af7ae2
2 changed files with 4 additions and 1 deletions

View file

@ -3404,6 +3404,9 @@
"powerCalibrationManagerButton": {
"message": "Calibration"
},
"powerCalibrationManagerTitle": {
"message": "Calibration Manager"
},
"powerCalibrationManagerHelp": {
"message": "To calibrate, use a multimeter to measure the actual voltage / current draw on your craft (with a battery plugged in), and enter the values below. Then, with the same battery still plugged in, click [Calibrate]."
},

View file

@ -306,7 +306,7 @@ TABS.power.initialize = function (callback) {
closeButton: 'title',
animation: false,
attach: $('#calibrationmanager'),
title: 'Calibration Manager',
title: i18n.getMessage('powerCalibrationManagerTitle'),
content: $('#calibrationmanagercontent'),
onCloseComplete: function() {
if (!calibrationconfirmed) {