From d32f98a8c1d02e2cc440ab7a8a62a4c561acd96a Mon Sep 17 00:00:00 2001 From: shuki Date: Fri, 6 Mar 2026 05:14:16 +0200 Subject: [PATCH] Rename screen title to Snapshots Browser Co-Authored-By: Claude Opus 4.6 --- tui/screens/snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/screens/snapshots.py b/tui/screens/snapshots.py index 1b178b4..754ba45 100644 --- a/tui/screens/snapshots.py +++ b/tui/screens/snapshots.py @@ -20,7 +20,7 @@ class SnapshotsScreen(Screen): targets = list_conf_dir("targets.d") remotes = list_conf_dir("remotes.d") with Vertical(id="snapshots-screen"): - yield Static("Snapshots", id="screen-title") + yield Static("Snapshots Browser", id="screen-title") if not targets or not remotes: yield Static("Targets and remotes must be configured to browse snapshots.") else: