fix: Add missing translation function for freeze message (#22812)

* fix[missing translation function]

missing translation function

* fix[missing translation function for message]

missing translation function for message

* fix[add missing translation function]

add missing translation function

* Update payroll_entry.js

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
bhavesh95863
2020-07-26 14:03:03 +05:30
committed by GitHub
parent 680f2600be
commit ca6ec72ade
4 changed files with 7 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ education.StudentsEditor = Class.extend({
frappe.call({
method: "erpnext.education.api.mark_attendance",
freeze: true,
freeze_message: "Marking attendance",
freeze_message: __("Marking attendance"),
args: {
"students_present": students_present,
"students_absent": students_absent,
@@ -180,4 +180,4 @@ education.StudentsEditor = Class.extend({
</div>`
);
}
});
});