fix: email content
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
<p>{{ _("Hey,") }}</p>
|
||||
<p>{{ _("{0} has reported a job post for the following reason.").format(user) }}</p>
|
||||
<p>{{ reason }}</p>
|
||||
<p>" {{ reason }} "</p>
|
||||
<p>{{ _("Please take appropriate action at {0}").format(job_url) }}</p>
|
||||
|
||||
@@ -22,7 +22,7 @@ const report = (e) => {
|
||||
},
|
||||
callback: (data) => {
|
||||
$(".report-modal").modal("hide");
|
||||
frappe.msgprint(__("Thanks for informing us about this post. The Admins will look into this and take an appropriate action soon."))
|
||||
frappe.msgprint(__("Thanks for informing us about this post. The admin will look into it and take an appropriate action soon."))
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user