chore: fix wording

This commit is contained in:
2026-08-20 19:54:50 +02:00
parent 0cff706a11
commit d52a31be54
@@ -60,7 +60,7 @@ class DataCollectionSettings(QFrame):
# experiment tabs, between Manual sample and Exp. Config. The checkbox
# arms an automatic run after each sample mount (see update_daq_status).
self.find_tip = QPushButton("Auto Centering", parent=self)
self.auto_center_after_mount = QCheckBox("apply after mount", parent=self)
self.auto_center_after_mount = QCheckBox("apply after mounting", parent=self)
self.auto_center_after_mount.setToolTip(
"Run Auto Centering automatically after each sample mount"
)