Browse Source

[fix] subject

version-14
Rushabh Mehta 8 years ago
parent
commit
5fcd0255f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/core/doctype/user/user.py

+ 1
- 1
frappe/core/doctype/user/user.py View File

@@ -870,7 +870,7 @@ def notify_admin_access_to_system_manager(login_manager=None):
subject=_("Administrator Logged In"),
template="administrator_logged_in",
args={'access_message': access_message},
header=[subject, 'orange']
header=['Access Notification', 'orange']
)

def extract_mentions(txt):


Loading…
Cancel
Save