mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Weekly digest subject translation (#9003)
This commit is contained in:
committed by
Nabin Hait
parent
c4d2bab5b3
commit
5ade661a9a
@@ -58,7 +58,7 @@ class EmailDigest(Document):
|
||||
if msg_for_this_receipient:
|
||||
frappe.sendmail(
|
||||
recipients=user_id,
|
||||
subject="{frequency} Digest".format(frequency=self.frequency),
|
||||
subject=_("{frequency} Digest").format(frequency=self.frequency),
|
||||
message=msg_for_this_receipient,
|
||||
reference_doctype = self.doctype,
|
||||
reference_name = self.name,
|
||||
|
||||
Reference in New Issue
Block a user