Skip to content

Commit

Permalink
fix: don't translate app name
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Aug 22, 2024
1 parent f7b9d15 commit 9f9d4ca
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 9f9d4ca

Please sign in to comment.