From c7c8c8cd1dfbe9dfa24e966a74745ab87737f4af Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:48:32 -0500 Subject: [PATCH] Voltage help-tips (#4129) --- locales/en/messages.json | 9 +++++++++ src/tabs/power.html | 3 +++ 2 files changed, 12 insertions(+) diff --git a/locales/en/messages.json b/locales/en/messages.json index 7380bead4b..0a64e20143 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -4838,6 +4838,15 @@ "powerBatteryWarning": { "message": "Warning Cell Voltage" }, + "powerBatteryMinimumHelp": { + "message": "The voltage that is considered critically low, and will trigger the corresponding warnings. 'LAND NOW' warning in OSD and audible beeping if a beeper is soldered. Also assists in cell-count calculation." + }, + "powerBatteryMaximumHelp": { + "message": "The voltage of a fully charged Cell. Assists with cell-count calculation." + }, + "powerBatteryWarningHelp": { + "message": "The voltage that is considered low, and will trigger the corresponding warnings. 'LOW BATTERY' warning in OSD." + }, "powerCalibrationManagerButton": { "message": "Calibration" }, diff --git a/src/tabs/power.html b/src/tabs/power.html index 85a9ea0764..3b8b6859aa 100644 --- a/src/tabs/power.html +++ b/src/tabs/power.html @@ -144,16 +144,19 @@ +
+
+