From 5fcd0255f97834bc54994c815dbdabcfcad226e1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 28 Jul 2017 11:25:53 +0530 Subject: [PATCH] [fix] subject --- frappe/core/doctype/user/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/user/user.py b/frappe/core/doctype/user/user.py index 61324618eb..73205f3c53 100644 --- a/frappe/core/doctype/user/user.py +++ b/frappe/core/doctype/user/user.py @@ -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):