From 66d116514b9dcc2b1ea6f42ed7cd7a38c26e1f77 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 14 Jan 2024 04:29:46 +0100 Subject: [PATCH] Improve messaging on motors tab --- 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 cca0d07e80..1de1ecca0c 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 {