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

Add Calibration Manager title to i18n (#1514)

Add Calibration Manager title to i18n
This commit is contained in:
Michael Keller 2019-07-02 23:47:32 +12:00 committed by GitHub
commit 8043912133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -309,7 +309,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) {