From 1b7d66fab651595da026be43e75059b1c5713e0b Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Wed, 7 Jan 2015 11:16:41 +0530 Subject: [PATCH] Update leave_application.js --- erpnext/hr/doctype/leave_application/leave_application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/leave_application/leave_application.js b/erpnext/hr/doctype/leave_application/leave_application.js index 9ba988e259..6605c304f3 100755 --- a/erpnext/hr/doctype/leave_application/leave_application.js +++ b/erpnext/hr/doctype/leave_application/leave_application.js @@ -33,7 +33,7 @@ cur_frm.cscript.refresh = function(doc, dt, dn) { cur_frm.set_intro(__("You are the Leave Approver for this record. Please Update the 'Status' and Save")); cur_frm.toggle_enable("status", true); } else { - cur_frm.set_intro(__("This Leave Application is pending approval. Only the Leave Apporver can update status.")) + cur_frm.set_intro(__("This Leave Application is pending approval. Only the Leave Approver can update status.")) cur_frm.toggle_enable("status", false); if(!doc.__islocal) { cur_frm.frm_head.appframe.set_title_right("");