Skip to content

Commit d5b33bb

Browse files
authored
Merge pull request #3925 from elshafei-developer/fix-add-missing-translation-for-leave_application
fix: add missing translation
2 parents 701bfc2 + 4c6115f commit d5b33bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hrms/hr/doctype/leave_application/leave_application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ frappe.ui.form.on("Leave Application", {
286286
}
287287
},
288288
show_save_button: function (frm) {
289-
frm.page.set_primary_action("Save", () => {
289+
frm.page.set_primary_action(__("Save"), () => {
290290
frm.save();
291291
});
292292
$(".form-message").prop("hidden", true);

0 commit comments

Comments
 (0)