diff --git a/locales/ca/messages.json b/locales/ca/messages.json index 521d9186..2bb096d7 100644 --- a/locales/ca/messages.json +++ b/locales/ca/messages.json @@ -827,9 +827,9 @@ "message": "El DSHOT bitbanged no funciona correctament i no es poden controlar els motors. Probablement causat per un conflicte de temporitzador amb altres funcions activades al controlador de vol.", "description": "Message that pops up to describe the DSHOT_BBANG arming disable flag" }, - "initialSetupArmingDisableFlagsTooltipACC_CALIB": { + "initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": { "message": "L'acceleròmetre no s'ha calibrat i estan habilitades funcions que es basen en ell. Calibrar l’acceleròmetre.", - "description": "Message that pops up to describe the ACC_CALIB arming disable flag" + "description": "Message that pops up to describe the NO_ACC_CAL arming disable flag" }, "initialSetupArmingDisableFlagsTooltipARM_SWITCH": { "message": "Un dels altres desarmar banderes està actiu quan es fa armament", diff --git a/locales/en/messages.json b/locales/en/messages.json index 6885bc36..3a0cc076 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -930,9 +930,9 @@ "message": "Bitbanged DSHOT is not working properly and the motors can't be controlled. Likely caused by a timer conflict with other features enabled on the flight controller.", "description": "Message that pops up to describe the DSHOT_BBANG arming disable flag" }, - "initialSetupArmingDisableFlagsTooltipACC_CALIB": { + "initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": { "message": "The accelerometer has not been calibrated and features are enabled that rely on it. Calibrate the accelerometer.", - "description": "Message that pops up to describe the ACC_CALIB arming disable flag" + "description": "Message that pops up to describe the NO_ACC_CAL arming disable flag" }, "initialSetupArmingDisableFlagsTooltipARM_SWITCH": { "message": "One of the others disarm flags is active when arming", diff --git a/locales/eu/messages.json b/locales/eu/messages.json index f84c431e..86e9d81e 100644 --- a/locales/eu/messages.json +++ b/locales/eu/messages.json @@ -834,9 +834,9 @@ "message": "DSHOT bitbanged ez da behar bezala funtzionatzen eta motorrak ezin dira kontrolatu. Litekeena da hegaldiaren kontroladorean gaitutako beste funtzio batzuekin tenporizadore baten gatazka.", "description": "Message that pops up to describe the DSHOT_BBANG arming disable flag" }, - "initialSetupArmingDisableFlagsTooltipACC_CALIB": { + "initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": { "message": "Azelerometroa ez da kalibratu eta haren mende dauden funtzioak gaituta daude. Azelerometroa kalibratu.", - "description": "Message that pops up to describe the ACC_CALIB arming disable flag" + "description": "Message that pops up to describe the NO_ACC_CAL arming disable flag" }, "initialSetupArmingDisableFlagsTooltipARM_SWITCH": { "message": "Desarmatzeko beste banderietako bat gaituta zegoen armatzerakoan", diff --git a/locales/pt_BR/messages.json b/locales/pt_BR/messages.json index cefc7f1d..df8501f6 100644 --- a/locales/pt_BR/messages.json +++ b/locales/pt_BR/messages.json @@ -906,9 +906,9 @@ "message": "Bitbanged DSHOT is not working properly and the motors can't be controlled. Likely caused by a timer conflict with other features enabled on the flight controller.", "description": "Message that pops up to describe the DSHOT_BBANG arming disable flag" }, - "initialSetupArmingDisableFlagsTooltipACC_CALIB": { + "initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": { "message": "The accelerometer has not been calibrated and features are enabled that rely on it. Calibrate the accelerometer.", - "description": "Message that pops up to describe the ACC_CALIB arming disable flag" + "description": "Message that pops up to describe the NO_ACC_CAL arming disable flag" }, "initialSetupArmingDisableFlagsTooltipARM_SWITCH": { "message": "O Switch de armar não está em uma posição segura", diff --git a/src/js/tabs/setup.js b/src/js/tabs/setup.js index e7d5aa00..bba5ba40 100644 --- a/src/js/tabs/setup.js +++ b/src/js/tabs/setup.js @@ -240,7 +240,7 @@ TABS.setup.initialize = function (callback) { 'DSHOT_BBANG']); } if (semver.gte(CONFIG.apiVersion, "1.43.0")) { - disarmFlagElements = disarmFlagElements.concat(['ACC_CALIB']); + disarmFlagElements = disarmFlagElements.concat(['NO_ACC_CAL']); } // Always the latest element