diff --git a/src/lang/en.json b/src/lang/en.json index 17852d4e..0c9fc384 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -174,6 +174,7 @@ "Avg. Response": "Avg. Response", "Entry Page": "Entry Page", "statusPageNothing": "Nothing here, please add a group or a monitor.", + "statusPageRefreshIn": "Refresh in: {0}", "No Services": "No Services", "All Systems Operational": "All Systems Operational", "Partially Degraded Service": "Partially Degraded Service", diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index edf32561..b202be30 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -306,6 +306,11 @@

{{ $t("Powered by") }} {{ $t("Uptime Kuma" ) }}

+ +
+
{{ $t("Last Updated") }}:
+
{{ $tc("statusPageRefreshIn", [ updateCountdownText]) }}
+
@@ -322,6 +327,7 @@