mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +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
|
@ -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