diff --git a/locale/en/messages.json b/locale/en/messages.json
index c9d414e06..7f12aacc8 100644
--- a/locale/en/messages.json
+++ b/locale/en/messages.json
@@ -2091,7 +2091,7 @@
"message": "Alignment tool"
},
"magnetometerHelp": {
- "message": "1. Adjust Flight Controller orientation to match physical orientation on the aircraft according to \"direction\" arrow on the Flight Controller.
2. Adjust magnetometer model, or magnethometer chip, or magnetometer axes orientation to match physical orientation on the aircraft.
Note: Magnetometer orientation preset (align_mag) is relative to FC. Make sure to align FC first (align_board_pitch, align_board_roll, align_board_yaw).
If preset is not used (orientation is set using align_mag_roll, align_mag_pitch and align_mag_yaw), then magnetometer orientation is independent."
+ "message": "1. Adjust Flight Controller orientation to match physical orientation on the aircraft according to \"direction\" arrow on the Flight Controller.
2. Adjust magnetometer model, or magnetometer chip, or magnetometer axes orientation to match physical orientation on the aircraft.
Note: Magnetometer orientation preset (align_mag) is relative to FC. Make sure to align FC first (align_board_pitch, align_board_roll, align_board_yaw).
If preset is not used (orientation is set using align_mag_roll, align_mag_pitch and align_mag_yaw), then magnetometer orientation is independent."
},
"magnetometerOrientationPreset": {
"message": "Orientation preset (align_mag). Relative to FC orientation"
@@ -2105,7 +2105,9 @@
"magnetometerElementToShow": {
"message": "Element to show: Magnetometer model or chip or axes"
},
-
+ "magnetometerAxes": {
+ "message": "XYZ (Magnetometer Axes)"
+ },
"axisTableTitleAxis": {
"message": "Axis"
},
diff --git a/tabs/magnetometer.html b/tabs/magnetometer.html
index b0dbd9b60..ee0e33045 100644
--- a/tabs/magnetometer.html
+++ b/tabs/magnetometer.html
@@ -111,7 +111,7 @@