From 23c424ccab22aabdd229959eb98f30a92fa0db15 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Thu, 10 Nov 2016 21:29:12 +0000 Subject: [PATCH] CUSTOM_FIELDS_INFO_TEXT fixed git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@134067 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/ui/utils/InfoIconsLabels.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/client/ui/utils/InfoIconsLabels.java b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/client/ui/utils/InfoIconsLabels.java index d1090eb..2d88403 100644 --- a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/client/ui/utils/InfoIconsLabels.java +++ b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/client/ui/utils/InfoIconsLabels.java @@ -73,7 +73,7 @@ public class InfoIconsLabels { // CUSTOM FIELDS public static final String CUSTOM_FIELDS_INFO_ID_POPUP = "custom-fields-popup-panel-info"; public static final String CUSTOM_FIELDS_INFO_CAPTION = "Product Custom Fields"; - public static final String CUSTOM_FIELDS_INFO_TEXT = "Custom fields are customable metadata that will be added to the product. You have to choose a unique key for the field and a value for this. You can remove them at any time until you create theproduct."; + public static final String CUSTOM_FIELDS_INFO_TEXT = "Custom fields are customable metadata that will be added to the product. You have to choose a unique key for the field and a value for this. You can remove them at any time until you create the product."; // TITLE public static final String TITLE_INFO_ID_POPUP = "title-popup-panel-info";