瀏覽代碼

[fix] subject

version-14
Rushabh Mehta 8 年之前
父節點
當前提交
5fcd0255f9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/core/doctype/user/user.py

+ 1
- 1
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):


Loading…
取消
儲存