Skip to content
Permalink
Browse files
local
  • Loading branch information
com.xamarin committed Apr 1, 2021
1 parent 92f540e commit b27852a12f53dd010c2a72c88b69835d3a4bb356
Showing 1 changed file with 4 additions and 4 deletions.
@@ -21,7 +21,7 @@ module.exports = class Mailer {
at ${quote.executionTime},
you should pay £ ${quote.price}.</p>
<br>
<p>Expectation everything works out in a good way!</p>
<p>Expectated a 100% work from us!</p>
<br>
<p>Regards,</p>
<br>
@@ -31,11 +31,11 @@ module.exports = class Mailer {
async finishedMsg(jobId, tech,user) {
return `<h3>Hi ${user.user}</h3>
<br>
<p>We are happy to inform you that job '${jobId}' was executed successfully. Everything is fixed now!</p>
<p>We are excited to inform you that job '${jobId}' was successfully excuted. it is fixed now!</p>
<br>
<p>Hope everything went well!</p>
<p>Hope your glad!</p>
<br>
<p>Regards from Domestic Repair Team and ${tech.user}</p>`
<p>Regards from 365repairs.com and ${tech.user}</p>`
}


0 comments on commit b27852a

Please sign in to comment.