Skip to content

Commit

Permalink
fix: schedult section title
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Dec 13, 2023
1 parent 546d486 commit d272681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/hr/doctype/leave_allocation/leave_allocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ frappe.ui.form.on("Leave Allocation", {
allocation_dates: r.message,
monthly_earned_leave: frm.monthly_earned_leave,
}),
__("Leaves Allocated")
__("Leave Allocation Schedule")
);
frm.dashboard.show();
},
Expand Down

0 comments on commit d272681

Please sign in to comment.