From 1e027e416cd2ce9e626a881203beeaa9cea885d0 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 29 Jan 2024 23:05:26 +0100 Subject: [PATCH] Improve messaging on motors tab (#3753) * Improve messaging on motors tab * Update messages.json --- locales/en/messages.json | 2 +- src/css/tabs/motors.less | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index eedf3e8482..91ff3b7aec 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -2995,7 +2995,7 @@ "message": "Master" }, "motorsNotice": { - "message": "Motor Test Mode / Arming Notice:
Moving the sliders or arming your craft with the transmitter will cause the motors to spin up.
In order to prevent injury remove ALL propellers before using this feature.
Enabling motor test mode will also temporarily disable Runaway Takeoff Prevention, to stop it from disarming the craft when bench testing without propellers.
" + "message": "Motor Test Mode / Arming Notice:

WARNING: Serious risk of injury! Remove all propellers!

" }, "motorsEnableControl": { "message": "I understand the risks, the propellers are removed - enable motor control and arming, and disable Runaway Takeoff Prevention." diff --git a/src/css/tabs/motors.less b/src/css/tabs/motors.less index 50c3c1fa9a..8b30bb50f9 100644 --- a/src/css/tabs/motors.less +++ b/src/css/tabs/motors.less @@ -605,11 +605,11 @@ } } .notice { - float: right; + float: left; padding: 5px; border: 2px solid var(--subtleAccent); border-radius: 3px; - background-color: #FFFFFF; + background-color: #fff7cd; font-size: 11px; margin-top: 10px; p {