From 8dc4c945dc22519201a98ea2404815abca2ac141 Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Wed, 11 Jul 2018 14:36:49 +0530 Subject: [PATCH] Fix UX (#14862) --- erpnext/config/hr.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",