From 0439566164e3deb25632585168d2e44752561751 Mon Sep 17 00:00:00 2001 From: Peak Twilight <77903714+peaktwilight@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:11:36 +0200 Subject: [PATCH] Update src/pages/StatusPage.vue Co-authored-by: Frank Elsinga --- src/pages/StatusPage.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index 35ac4803d..e925ad550 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -45,8 +45,11 @@
-
- {{ $t("Number of days of heartbeat history to show (0 = auto)") }} +
+ {{ $t("Status page will show last beats", [100]) }} +
+
+ {{ $t("Status page shows heartbeat history days", [config.heartbeatBarDays]) }}