From 8c5c8c57766412f57a8c7168b268b59e8ae72667 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 2 Apr 2020 10:04:31 +0100 Subject: Fix when adding a VF Remove duplicated field when adding VF, fix label names and fix field that appears mandatory even though its not Issue-ID: SDC-2865 Signed-off-by: aribeiro Change-Id: Iac0866ebcd1b90570949fe9c851fec1f861818af --- catalog-ui/src/assets/languages/en_US.json | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/assets/languages/en_US.json') diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json index aa6a088796..6a17080246 100644 --- a/catalog-ui/src/assets/languages/en_US.json +++ b/catalog-ui/src/assets/languages/en_US.json @@ -18,6 +18,7 @@ "=========== GENERAL ===========": "", "GENERAL_LABEL_TYPE": "Type:", + "GENERAL_LABEL_NAME": "Name:", "GENERAL_LABEL_VERSION": "Version:", "GENERAL_LABEL_CATEGORY": "Category:", "GENERAL_LABEL_SUB_CATEGORY": "Sub Category:", -- cgit 1.2.3-korg