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 {