diff --git a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs
index 52dc3da..acf1369 100644
--- a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs
+++ b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs
@@ -353,7 +353,7 @@ namespace Payroll.UI
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("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" + "
");
+ 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)