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("");