From ff01d3789cdb6217dd364dc816d9666c936160cc Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Fri, 3 Feb 2017 14:02:19 +0000 Subject: [PATCH] fixed the DESCRIPTION_INFO_CAPTION value git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@142165 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 d2a4344..170090a 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 @@ -85,7 +85,7 @@ public class InfoIconsLabels { public static final String DESCRIPTION_INFO_ID_POPUP = "description-popup-panel-info"; public static final String DESCRIPTION_INFO_TEXT = "Description of a few sentences, written in plain language. Should provide a sufficiently comprehensive overview of the resource for anyone, " + "to understand its content, origins, and any continuing work on it. The description can be written at the end, since it summarizes key, information from the other metadata fields. Please note that this field will be always visible, despite the product's visibility."; - public static final String DESCRIPTION_INFO_CAPTION = null; + public static final String DESCRIPTION_INFO_CAPTION = "Product Description"; // GROUPS public static final String GROUPS_INFO_ID_POPUP = "groups-popup-panel-info";