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
This commit is contained in:
Massimiliano Assante 2016-10-07 09:28:00 +00:00
parent b84ffacf7c
commit bf933f183b
1 changed files with 4 additions and 4 deletions

View File

@ -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;