diff --git a/src/user_interface.py b/src/user_interface.py index 4f6eb03..4bc7045 100644 --- a/src/user_interface.py +++ b/src/user_interface.py @@ -1044,7 +1044,7 @@ class CalibrateMagnetometer(Frame): # RIGHT COLUMN # Magnetometer calibration results row_counter = 0 - calibration_results_frame = LabelFrame(self.right_column, text="Ambient Field Results") + calibration_results_frame = LabelFrame(self.right_column, text="Magnetometer Results") calibration_results_frame.grid(row=row_counter, column=1, padx=(100, 0), pady=20, sticky="nw") for i, label in enumerate(['X', 'Y', 'Z']): axis_label = Label(calibration_results_frame, text=label)