changed name of VREs in Group

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/my-vres@91927 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-02-19 14:40:15 +00:00
parent e8412b6e89
commit 09f14eff62
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ public class VresPanel extends Composite {
*/
private final MyVREsServiceAsync myVREsService = GWT.create(MyVREsService.class);
private static String VO = "Virtual Organizations";
private static String VRE = "Virtual Research Environments";
private static String VO = "Organizations";
private static String VRE = "Groups";
public static final String COOKIE_NAME = "gCube-EnvironmentViewRestore";
public static final int COOKIE_MONTHS_EXPIRY_TIME = 6; //6 Months
private HTML switcher = new HTML();