Skip to content

Commit

Permalink
fix: don't translate app name
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f9d4ca)
  • Loading branch information
barredterra authored and mergify[bot] committed Aug 23, 2024
1 parent f1b4922 commit 807bf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/patches/v15_0/notify_about_loan_app_separation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def notify_existing_users():
subject = _("WARNING: Loan Management module has been separated from ERPNext.") + "<br>"
subject += _(
"If you are using loans in salary slips, please install the {0} app from Frappe Cloud Marketplace or GitHub to continue using loan integration with payroll."
).format(frappe.bold(_("Lending")))
).format(frappe.bold("Lending"))

notification = {
"subject": subject,
Expand Down

0 comments on commit 807bf53

Please sign in to comment.