replace process payroll (#11873)

diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index ec281bb..b433433 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -99,8 +99,8 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Process Payroll",
-					"label": _("Process Payroll"),
+					"name": "Payroll Entry",
+					"label": _("Payroll Entry"),
 					"description":_("Generate Salary Slips"),
 					"hide_count": True
 				},