diff --git a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java index a24efe2..cd7f688 100644 --- a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java +++ b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java @@ -174,7 +174,7 @@ public class DisplayProfile extends Composite { // check if the current user is the owner but he is looking at his own profile as if it was the profile of another vre member if(result.isOwner()){ // TODO get the address of the My Profile page and add a link to redirect the user - ownerSeeingProfileAsVreMemberAlert.setText("You are looking your profile as the other vre members see it."); + ownerSeeingProfileAsVreMemberAlert.setText("You are viewing your profile as other VRE members view it."); ownerSeeingProfileAsVreMemberAlert.setVisible(true); } }