Commit feacaaa7 by Harsh Shah

Talentology Typo

parent bf47ff56
......@@ -119,7 +119,7 @@ public class SendVerificationMailFP extends SaveFP
{
LogMgr.log(LOG, LogLevel.SYSTEMERROR1, ex, "Error occured while sending mail for Candidate :: " + candidate);
throw new BusinessException("We are unable to send mail. Please try again or contact Talantology for more details.");
throw new BusinessException("We are unable to send mail. Please try again or contact Talentology for more details.");
}
}
else
......
......@@ -33,13 +33,13 @@
</head>
<body>
<p>Hello,</p>
<p>Welcome to Talantology! Your account has been created.</p>
<p>Welcome to Talentology! Your account has been created.</p>
<p>To verify this account please <a href="${link}">click here</a>. After verifying your account, you can apply for jobs.</p>
<p>Thank You.</p>
</body>
</html>
]]></NODE>
<NODE name="TransformedContent" factory="String"><![CDATA[<p>Hello,</p><p>Welcome to Talantology! Your account has been created.</p><p>To verify this account please <a href="${link}">click here</a>. After verifying your account, you can apply for job.</p><p>Thank You.</p>
<NODE name="TransformedContent" factory="String"><![CDATA[<p>Hello,</p><p>Welcome to Talentology! Your account has been created.</p><p>To verify this account please <a href="${link}">click here</a>. After verifying your account, you can apply for job.</p><p>Thank You.</p>
]]></NODE>
<NODE name="IncludeContent" factory="Boolean" value="true"/>
</NODE>
......
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