From 15ed5b20f95ad6e1439b1c3f7bd8766d03000f01 Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Mon, 17 Jan 2022 12:09:37 +0530 Subject: [PATCH] changed col name from name to service --- frontend/src/components/Dashboard/DowntimesList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard/DowntimesList.vue b/frontend/src/components/Dashboard/DowntimesList.vue index ecdcf23e..03b8f027 100644 --- a/frontend/src/components/Dashboard/DowntimesList.vue +++ b/frontend/src/components/Dashboard/DowntimesList.vue @@ -14,7 +14,7 @@ - {{ $t('name') }} + {{ $t('service') }}