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"),