From 30f1d5116ba8e656a4ddf679bf74802ee1d99475 Mon Sep 17 00:00:00 2001 From: librelad Date: Sun, 12 Jul 2026 21:57:49 +0100 Subject: [PATCH] fix(webui/updater): shorten backup refresh notice Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: librelad --- scripts/webui/webui_updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/webui/webui_updater.sh b/scripts/webui/webui_updater.sh index e6f58fc..0515e0b 100755 --- a/scripts/webui/webui_updater.sh +++ b/scripts/webui/webui_updater.sh @@ -94,7 +94,7 @@ webuiLibrePortalUpdate() { # locations (restic over SSH), and the whole chain's output is # captured below, so without this the update looks frozen mid-fetch # — noticeable on slow connections. - isNotice "Refreshing backup dashboard data (fetches remote snapshots — may take a while on slow connections)..." + isNotice "Refreshing backup data (may be slow on poor connections)..." local result; result=$(webuiGenerateBackupLocations && webuiGenerateBackupDashboard && webuiGenerateBackupSnapshots all && webuiGenerateBackupAppStatus && webuiGenerateBackupEngines && webuiGenerateBackupSchema && webuiGenerateBackupPasswords && webuiGenerateBackupMigrate) checkSuccess "Refreshed backup dashboard data..."