diff --git a/erpnext/hr/doctype/job_opening/job_opening.py b/erpnext/hr/doctype/job_opening/job_opening.py index f8e0c7d385..ce7caa33c6 100644 --- a/erpnext/hr/doctype/job_opening/job_opening.py +++ b/erpnext/hr/doctype/job_opening/job_opening.py @@ -55,7 +55,7 @@ class JobOpening(WebsiteGenerator): if number_of_positions <= current_count: frappe.throw( _( - "Job Openings for the designation {0} are already open or the hiring is completed as per the Staffing Plan {1}" + "Job Openings for the designation {0} are already open or the hiring is complete as per the Staffing Plan {1}" ).format( frappe.bold(self.designation), get_link_to_form("Staffing Plan", self.staffing_plan) ),