Skip to content

Commit 6dcba6e

Browse files
committed
rename
1 parent 01aa279 commit 6dcba6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archinstoo/archinstall/lib/tui/curses_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _set_help_viewport(self) -> Viewport:
6161
height,
6262
x_start,
6363
int((max_height / 2) - height / 2),
64-
frame=FrameProperties.min(tr('Archinstall help')),
64+
frame=FrameProperties.min(tr('Archinstoo help')),
6565
)
6666

6767
def _confirm_interrupt(self, warning: str) -> bool:

0 commit comments

Comments
 (0)