From 78bb15c77b8a2ae7011e764e1b4d94fa95c534ff Mon Sep 17 00:00:00 2001 From: Ritchie Vincent Date: Thu, 9 Jan 2020 12:33:13 +0000 Subject: [PATCH] Update all labels to use translations Signed-off-by: Rohit Yadav --- ui/src/components/view/InfoCard.vue | 66 ++++++++++++++--------------- ui/src/locales/en.json | 2 + 2 files changed, 35 insertions(+), 33 deletions(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index bc82fd14c9a..a1cc225e932 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -61,14 +61,14 @@
-
Status
+
{{ $t('status') }}
{{ resource.state || resource.status }}
-
ID
+
{{ $t('id') }}