From f6553893d7963fa4bae87ee630155962ca63f6a2 Mon Sep 17 00:00:00 2001 From: thatInfrastructureGuy Date: Fri, 18 Dec 2020 09:28:29 -0800 Subject: [PATCH] Use vue's i18n package to make words plural 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 e4058ebf..9a9f7576 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 {{$t('hours')}} + {{$t('last_uptime')}} 24 {{$tc('hour', 24)}}
{{service.online_7_days}} % - {{$t('last_uptime')}} 7 {{$t('days')}} + {{$t('last_uptime')}} 7 {{$tc('day', 24)}}