diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index d9152ef7bd..a430001be9 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -36,13 +36,13 @@ def get_data(): "items": [ { "type": "doctype", - "name": "Job Applicant", - "description": _("Applicant for a Job."), + "name": "Job Opening", + "description": _("Opening for a Job."), }, { "type": "doctype", - "name": "Job Opening", - "description": _("Opening for a Job."), + "name": "Job Applicant", + "description": _("Applicant for a Job."), }, { "type": "doctype",