Skip to content

Commit

Permalink
fix: validation message
Browse files Browse the repository at this point in the history
(cherry picked from commit 2bc6d46)
  • Loading branch information
ruchamahabal authored and mergify[bot] committed May 26, 2022
1 parent ec63912 commit 096ae21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/hr/doctype/job_opening/job_opening.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def validate_current_vacancies(self):
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)
),
Expand Down

0 comments on commit 096ae21

Please sign in to comment.