Skip to content

Commit 4c6115f

Browse files
fix: add missing translation
1 parent 701bfc2 commit 4c6115f

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)