From 316a9df0fa70ae65847e7daed074b07323f77a4e Mon Sep 17 00:00:00 2001 From: thatInfrastructureGuy Date: Thu, 17 Dec 2020 20:26:45 -0800 Subject: [PATCH] Fix the wording uptime. Signed-off-by: thatInfrastructureGuy --- frontend/src/components/Service/ServiceTopStats.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Service/ServiceTopStats.vue b/frontend/src/components/Service/ServiceTopStats.vue index 9104b549..e4058ebf 100644 --- a/frontend/src/components/Service/ServiceTopStats.vue +++ b/frontend/src/components/Service/ServiceTopStats.vue @@ -6,11 +6,11 @@
{{service.online_24_hours}} % - {{$t('last_uptime', [24, $tc('hour', 24)])}} + {{$t('last_uptime')}} 24 {{$t('hours')}}
{{service.online_7_days}} % - {{$t('last_uptime', [7, $tc('day', 7)])}} + {{$t('last_uptime')}} 7 {{$t('days')}}