Fix UX (#14862)
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index d9152ef..a430001 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -36,13 +36,13 @@
"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",