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]) }}