Skip to content

Commit 1e18c56

Browse files
authored
Change incorrect labelling of button for counted mode (#417)
1 parent e9b70fc commit 1e18c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/client/tui/screens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def compose(self):
462462
if self._form.get("motion_corr_binning") == "2":
463463
self._vert = VerticalScroll(
464464
*inputs,
465-
Label("Collected in super resoultion mode unbinned:"),
465+
Label("Collected in counting mode:"),
466466
Switch(id="superres", value=True, classes="input"),
467467
confirm_btn,
468468
id="input-form",

0 commit comments

Comments
 (0)