Skip to content

Commit

Permalink
fix: translation in payroll (backport #2644) (#2655)
Browse files Browse the repository at this point in the history
Co-authored-by: mahsem <[email protected]>
  • Loading branch information
mergify[bot] and mahsem authored Jan 16, 2025
1 parent 81a6f28 commit 2c0504a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hrms/payroll/doctype/salary_slip/salary_slip.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ frappe.ui.form.on("Salary Slip", {
const message = `
<div class="small text-muted pb-3">
${__("Note").bold()}: ${__("Payment Days calculations are based on these Payroll Settings")}:
<br><br>${__("Payroll Based On")}: ${payroll_based_on.bold()}
<br>${__("Consider Unmarked Attendance As")}: ${consider_unmarked_attendance_as.bold()}
<br><br>${__("Payroll Based On")}: ${__(payroll_based_on).bold()}
<br>${__("Consider Unmarked Attendance As")}: ${__(consider_unmarked_attendance_as).bold()}
<br>${__("Consider Marked Attendance on Holidays")}:
${
cint(include_holidays_in_total_working_days) &&
Expand Down

0 comments on commit 2c0504a

Please sign in to comment.