style: Fix minor formatting issues
- Also, updated error title
This commit is contained in:
parent
45cdf7a269
commit
58cb8e5dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class NotificationLog(Document):
|
|||
try:
|
||||
send_notification_email(self)
|
||||
except frappe.OutgoingEmailError:
|
||||
frappe.log_error(message = frappe.get_traceback(), title=_("Error Sending Notification Email."))
|
||||
frappe.log_error(message=frappe.get_traceback(), title=_("Failed to send notification email"))
|
||||
|
||||
|
||||
def get_permission_query_conditions(for_user):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue