Skip to content

Commit 5b5f3c2

Browse files
mergify[bot]cogkruchamahabal
authored
fix(Leave Balance): Add context to translation for "Left" (Employee) (backport #1683) (#1686)
* fix(Leave Balance): Add context to translation for "Left" (Employee) (#1683) (cherry picked from commit 97f393e) # Conflicts: # hrms/hr/report/employee_leave_balance/employee_leave_balance.js * chore: fix conflicts --------- Co-authored-by: Corentin Flr <[email protected]> Co-authored-by: Rucha Mahabal <[email protected]>
1 parent 6ced503 commit 5b5f3c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hrms/hr/report/employee_leave_balance/employee_leave_balance.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ frappe.query_reports["Employee Leave Balance"] = {
4343
fieldtype: "Select",
4444
options: [
4545
"",
46-
{ "value": "Active", "label": __("Active") },
47-
{ "value": "Inactive", "label": __("Inactive") },
48-
{ "value": "Suspended", "label": __("Suspended") },
49-
{ "value": "Left", "label": __("Left") },
46+
{ value: "Active", label: __("Active") },
47+
{ value: "Inactive", label: __("Inactive") },
48+
{ value: "Suspended", label: __("Suspended") },
49+
{ value: "Left", label: __("Left", null, "Employee") },
5050
],
5151
default: "Active",
5252
},

0 commit comments

Comments
 (0)