From 586dd585ba281eb2baac56f13c02badacb0d5092 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Thu, 20 Jun 2024 19:24:53 +0200 Subject: [PATCH] Fix message (#4047) --- locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index 994a6f5f7b..f2b6d5cfb9 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -965,9 +965,9 @@ "message": "No valid receiver signal is detected", "description": "Message that pops up to describe the RX_FAILSAFE arming disable flag" }, - "initialSetupArmingDisableFlagsTooltipBAD_RX_RECOVERY": { + "initialSetupArmingDisableFlagsTooltipNOT_DISARMED": { "message": "Your receiver has just recovered from receiver failsafe but the arm switch is on", - "description": "Message that pops up to describe the BAD_RX_RECOVERY arming disable flag" + "description": "Message that pops up to describe the NOT_DISARMED arming disable flag" }, "initialSetupArmingDisableFlagsTooltipBOXFAILSAFE": { "message": "The 'FAILSAFE' switch was activated",