diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-04-02 10:04:31 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-06 13:50:55 +0000 |
commit | 8c5c8c57766412f57a8c7168b268b59e8ae72667 (patch) | |
tree | 58d5b391e22bff9cf09a3ae9769d265a68635ce2 /catalog-ui/src/assets | |
parent | 36ed0482eca91d1fa3efa4a5c7a7445516c6bd58 (diff) |
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 <anderson.ribeiro@est.tech>
Change-Id: Iac0866ebcd1b90570949fe9c851fec1f861818af
Diffstat (limited to 'catalog-ui/src/assets')
-rw-r--r-- | catalog-ui/src/assets/languages/en_US.json | 1 |
1 files changed, 1 insertions, 0 deletions
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:", |