warning message fixed
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@130578 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
65ad20195c
commit
e627834528
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue