mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Add Calibration Manager title to i18n (#1514)
Add Calibration Manager title to i18n
This commit is contained in:
commit
8043912133
2 changed files with 4 additions and 1 deletions
|
@ -3404,6 +3404,9 @@
|
||||||
"powerCalibrationManagerButton": {
|
"powerCalibrationManagerButton": {
|
||||||
"message": "Calibration"
|
"message": "Calibration"
|
||||||
},
|
},
|
||||||
|
"powerCalibrationManagerTitle": {
|
||||||
|
"message": "Calibration Manager"
|
||||||
|
},
|
||||||
"powerCalibrationManagerHelp": {
|
"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]."
|
"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]."
|
||||||
},
|
},
|
||||||
|
|
|
@ -309,7 +309,7 @@ TABS.power.initialize = function (callback) {
|
||||||
closeButton: 'title',
|
closeButton: 'title',
|
||||||
animation: false,
|
animation: false,
|
||||||
attach: $('#calibrationmanager'),
|
attach: $('#calibrationmanager'),
|
||||||
title: 'Calibration Manager',
|
title: i18n.getMessage('powerCalibrationManagerTitle'),
|
||||||
content: $('#calibrationmanagercontent'),
|
content: $('#calibrationmanagercontent'),
|
||||||
onCloseComplete: function() {
|
onCloseComplete: function() {
|
||||||
if (!calibrationconfirmed) {
|
if (!calibrationconfirmed) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue