diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 53a1f7675eb..6a0329ada8f 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -521,7 +521,7 @@
-
{{ $t('label.templatename') }}
+
{{ resource.templateformat === 'ISO'? $t('label.iso') : $t('label.templatename') }}
@@ -529,7 +529,7 @@
-
{{ $t('label.iso') }}
+
{{ $t('label.isoname') }}