fix: validation message
This commit is contained in:
parent
3f13b0ec97
commit
2bc6d46070
@ -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)
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user