Skip to content

Commit 97f393e

Browse files
authored
fix(Leave Balance): Add context to translation for "Left" (Employee) (#1683)
1 parent 5c8196f commit 97f393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/hr/report/employee_leave_balance/employee_leave_balance.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ frappe.query_reports["Employee Leave Balance"] = {
4646
{ value: "Active", label: __("Active") },
4747
{ value: "Inactive", label: __("Inactive") },
4848
{ value: "Suspended", label: __("Suspended") },
49-
{ value: "Left", label: __("Left") },
49+
{ value: "Left", label: __("Left", null, "Employee") },
5050
],
5151
default: "Active",
5252
},

0 commit comments

Comments
 (0)