From 0d5977ab228a49492d2b1b74f654b60a35112f60 Mon Sep 17 00:00:00 2001 From: shuki Date: Fri, 6 Mar 2026 05:15:37 +0200 Subject: [PATCH] Rename Snapshots to Snapshots Browser in main menu Co-Authored-By: Claude Opus 4.6 --- tui/screens/main_menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/screens/main_menu.py b/tui/screens/main_menu.py index b8d4b4a..f4549a4 100644 --- a/tui/screens/main_menu.py +++ b/tui/screens/main_menu.py @@ -32,7 +32,7 @@ MENU_ITEMS = [ ("targets", "Targets"), ("remotes", "Remotes"), ("schedule", "Schedules"), - ("snapshots", "Snapshots"), + ("snapshots", "Snapshots Browser"), ("logs", "Logs"), ("settings", "Settings"), ("quit", "Quit"),