fixed a typo

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/accept-invite-portlet@160268 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-12-11 14:33:12 +00:00
parent 50096ba9f0
commit 24df1427a1
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@
<div id="successDiv" style="display: none;" class="alert alert-success">
<h1>Well done!</h1>
Your account has been successfully created! You will now be asked to enter sign in on this
portal using your yet created account. Please, click on the button below to continue.
Your account has been successfully created! You will now be asked to sign in using your yet created account. Please, click on the button below to continue.
<%
String acceptInviteURL = request.getAttribute("landingPage") + "/explore?" + InvitesManager.SITEID_ATTR
+ "=" + request.getAttribute("groupId");