Commit feacaaa7 by Harsh Shah

Talentology Typo

parent bf47ff56
...@@ -119,7 +119,7 @@ public class SendVerificationMailFP extends SaveFP ...@@ -119,7 +119,7 @@ public class SendVerificationMailFP extends SaveFP
{ {
LogMgr.log(LOG, LogLevel.SYSTEMERROR1, ex, "Error occured while sending mail for Candidate :: " + candidate); 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 else
......
...@@ -33,13 +33,13 @@ ...@@ -33,13 +33,13 @@
</head> </head>
<body> <body>
<p>Hello,</p> <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>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> <p>Thank You.</p>
</body> </body>
</html> </html>
]]></NODE> ]]></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>
<NODE name="IncludeContent" factory="Boolean" value="true"/> <NODE name="IncludeContent" factory="Boolean" value="true"/>
</NODE> </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