Commit 1217141a by Nilu

change all verify and proceed to create my account

parent 0ae8c1a6
......@@ -130,7 +130,7 @@
if(companyUser.getCompany().getAddedByUser() == companyUser)
{
%>
<oneit:button value="Verify and proceed" name="gotoPage" cssClass="box-btn verify-btn"
<oneit:button value="Create my account" name="gotoPage" cssClass="box-btn verify-btn"
requestAttribs="<%= CollectionUtils.mapEntry("socialLogin", socialLogin)
.mapEntry("procParams", CollectionUtils.mapEntry("Company", companyUser.getCompany()).toMap())
.mapEntry("nextPage", nextPage).toMap() %>"/>
......@@ -139,7 +139,7 @@
else
{
%>
<oneit:button value="Verify and proceed" name="sendCompanyUserInvites" cssClass="box-btn verify-btn"
<oneit:button value="Create my account" name="sendCompanyUserInvites" cssClass="box-btn verify-btn"
requestAttribs="<%= CollectionUtils.mapEntry("socialLogin", socialLogin)
.mapEntry("CompanyUser", companyUser)
.mapEntry("nextPage", homePage)
......@@ -148,7 +148,7 @@
}
%>
<div class="box-label" style="padding-top: 20px;">
By selecting 'Verify and proceed' I agree to Talentology's
By selecting 'Create my account' I agree to Talentology's
<a href="https://www.talentology.com/privacy/" target="_blank">privacy policy</a> and
<a href="https://www.talentology.com/terms-of-service/" target="_blank">terms of service</a>
</div>
......
......@@ -158,7 +158,7 @@
%>
<div class="text-center">
<oneit:button value="<%= isVerify ? "Create my account" : "Verify and proceed"%>" name="verifyIdentity" cssClass="box-btn verify-btn"
<oneit:button value="Create my account" name="verifyIdentity" cssClass="box-btn verify-btn"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", nextPage)
.mapEntry("Job",job)
.mapEntry("Candidate",candidate)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment