fix(backup): correct backup folder path display in menu

This commit is contained in:
dw-0
2025-11-09 11:58:03 +01:00
parent ee460663c9
commit e9459bd68e

View File

@@ -58,7 +58,7 @@ class BackupMenu(BaseMenu):
def print_menu(self) -> None:
line1 = Color.apply(
"INFO: Backups are located in '~/kiauh-backups'", Color.YELLOW
"INFO: Backups are located in '~/kiauh_backups'", Color.YELLOW
)
menu = textwrap.dedent(
f"""