mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
Fix UX (#14862)
This commit is contained in:
@@ -36,13 +36,13 @@ def get_data():
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Job Applicant",
|
"name": "Job Opening",
|
||||||
"description": _("Applicant for a Job."),
|
"description": _("Opening for a Job."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Job Opening",
|
"name": "Job Applicant",
|
||||||
"description": _("Opening for a Job."),
|
"description": _("Applicant for a Job."),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
|||||||
Reference in New Issue
Block a user