From bf933f183b00d8d20a55726c64b39582e6168488 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 7 Oct 2016 09:28:00 +0000 Subject: [PATCH] Revised text for commented and liked posts git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@132888 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portal/databook/shared/ShowUserStatisticAction.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/gcube/portal/databook/shared/ShowUserStatisticAction.java b/src/main/java/org/gcube/portal/databook/shared/ShowUserStatisticAction.java index dbd2a06..25278f6 100644 --- a/src/main/java/org/gcube/portal/databook/shared/ShowUserStatisticAction.java +++ b/src/main/java/org/gcube/portal/databook/shared/ShowUserStatisticAction.java @@ -8,10 +8,10 @@ package org.gcube.portal.databook.shared; public enum ShowUserStatisticAction { POSTS_MADE_BY_USER("Your recent posts"), - LIKES_MADE_BY_USER("Your recent likes done"), - COMMENTS_MADE_BY_USER("Your recent replies done"), - LIKES_GOT_BY_USER("Your recent likes got"), - COMMENTS_GOT_BY_USER("Your recent replies got"); + LIKES_MADE_BY_USER("Posts you liked"), + COMMENTS_MADE_BY_USER("Posts you commented"), + LIKES_GOT_BY_USER("Likes to your posts"), + COMMENTS_GOT_BY_USER("Replies to your posts"); private final String actionHumanFriendly;