From 5984869c7a3654b644d3bf3cfce9a40e758b8bd2 Mon Sep 17 00:00:00 2001 From: librelad Date: Wed, 27 May 2026 19:13:41 +0100 Subject: [PATCH] copy(backup): tighter dashboard subtitle, action-led MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old: "Backup status — system config + every app — at a glance." New: "Check what's protected — and when it last ran." The em-dash chain was filler and "at a glance" was redundant on the dashboard tab (which is the at-a-glance view). New copy leads with what the admin is here to do. Signed-off-by: librelad --- .../libreportal/frontend/js/components/backup/backup-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/libreportal/frontend/js/components/backup/backup-page.js b/containers/libreportal/frontend/js/components/backup/backup-page.js index 329db86..fa86c66 100644 --- a/containers/libreportal/frontend/js/components/backup/backup-page.js +++ b/containers/libreportal/frontend/js/components/backup/backup-page.js @@ -474,7 +474,7 @@ class BackupPage { subtitleFor(tab) { return { - dashboard: 'Backup status — system config + every app — at a glance.', + dashboard: "Check what's protected — and when it last ran.", backups: 'Every snapshot across every enabled location.', locations: 'Where backups are stored. Add, edit, or remove destinations.', migrate: 'Restore an app from another LibrePortal that shares one of your backup locations.',