diff --git a/school/templates/emails/job_report.html b/school/templates/emails/job_report.html index ff067b39..dcbe77f9 100644 --- a/school/templates/emails/job_report.html +++ b/school/templates/emails/job_report.html @@ -2,5 +2,5 @@

{{ _("Hey,") }}

{{ _("{0} has reported a job post for the following reason.").format(user) }}

-

{{ reason }}

+

" {{ reason }} "

{{ _("Please take appropriate action at {0}").format(job_url) }}

diff --git a/school/www/jobs/job.js b/school/www/jobs/job.js index 592eeceb..1005a251 100644 --- a/school/www/jobs/job.js +++ b/school/www/jobs/job.js @@ -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.")) } }) }