diff --git a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs
index e16b206..52dc3da 100644
--- a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs
+++ b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs
@@ -352,7 +352,8 @@ namespace Payroll.UI
sb.AppendLine("Dear " + item.Name + "
");
sb.AppendLine("Attached your pay slip of " + dtpfromDate.Value.ToString("MMMM yyyy") + "." + "
");
sb.AppendLine("If you have any query, please contact :" + "
");
- sb.AppendLine("Md. Showkat Hossain, Mobile-01711679640, email: fkanak@celimited.com" + "
");
+ sb.AppendLine("Md. Showkat Hossain, Mobile-01711679640, email: fkanak@celimited.com" + "
");
+ sb.AppendLine("Note:
***Please use the last four digits of your mobile number, that you have shared with us, as the password to open the pay-slip" + "
");
MS.Body = sb.ToString();
}
//else if (nType == 2)