ShowUserStatisticsAction human friendly messages changed

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@131043 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-08-30 14:47:43 +00:00
parent fa05ed5202
commit 350088cbd4
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ package org.gcube.portal.databook.shared;
*/
public enum ShowUserStatisticAction {
POSTS_MADE_BY_USER("Recent Posts"),
LIKES_MADE_BY_USER("Recent Likes Made"),
COMMENTS_MADE_BY_USER("Recent Comments Made"),
LIKES_GOT_BY_USER("Recent Likes Got"),
COMMENTS_GOT_BY_USER("Recent Comments Got");
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");
private final String actionHumanFriendly;