From 5c3951626aa9e74ce7d2f5f6d524dc1eb99bb40f Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 9 May 2023 16:43:42 +0200 Subject: [PATCH] Fix: tooltip (#3445) Fix tooltip --- locales/en/messages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/en/messages.json b/locales/en/messages.json index 6c824af0..fb643354 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -950,6 +950,10 @@ "message": "Crash detection is active", "description": "Message that pops up to describe the CRASH_DETECTED arming disable flag" }, + "initialSetupArmingDisableFlagsTooltipCALIBRATING": { + "message": "The craft is currently calibrating", + "description": "Message that pops up to describe the CALIBRATING arming disable flag" + }, "initialSetupArmingDisableFlagsTooltipTHROTTLE": { "message": "Throttle channel is too high", "description": "Message that pops up to describe the THROTTLE arming disable flag"