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:
parent
fa79242355
commit
a5d1af7ae2
2 changed files with 4 additions and 1 deletions
|
@ -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]."
|
||||
},
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue