diff --git a/.classpath b/.classpath index b9f84ee..c735bb3 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -30,5 +30,5 @@ - + diff --git a/distro/changelog.xml b/distro/changelog.xml index 657b5a5..7a4521d 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Minor fixes + Moved to Liferay 6.2 diff --git a/pom.xml b/pom.xml index 4a7f74f..ed506ba 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user top-topics war - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT Top Topics Portlet Top Topics Portle shows the top 10 topics in the scope where is deployed. diff --git a/src/main/java/org/gcube/portlets/user/topics/client/panel/TopicsPanel.java b/src/main/java/org/gcube/portlets/user/topics/client/panel/TopicsPanel.java index f25f872..23d5dd3 100644 --- a/src/main/java/org/gcube/portlets/user/topics/client/panel/TopicsPanel.java +++ b/src/main/java/org/gcube/portlets/user/topics/client/panel/TopicsPanel.java @@ -31,7 +31,7 @@ public class TopicsPanel extends Composite { public static final String loading = GWT.getModuleBaseURL() + "../images/topics-loader.gif"; public static final String DISPLAY_NAME = "Top Topics"; public static final int THRESHOLD_SHOW_HASHTAGS = 10; // show the first X ones - private static final String NO_TOP_TOPICS_MESSAGE = "No Topics Available"; + private static final String NO_TOP_TOPICS_MESSAGE = "No Topics found in News Feed"; private Image loadingImage;