Email alert renamed to Notification (#14618)

This commit is contained in:
Charles-Henri Decultot
2018-06-21 05:47:52 +02:00
committed by Rushabh Mehta
parent 3946b77555
commit fc2292f08c
4 changed files with 13 additions and 13 deletions

View File

@@ -69,12 +69,12 @@ frappe.help.help_links['List/Email Account'] = [
{ label: 'Email Account', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-account' },
]
frappe.help.help_links['List/Email Alert'] = [
{ label: 'Email Alert', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-alerts' },
frappe.help.help_links['List/Notification'] = [
{ label: 'Notification', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/notifications' },
]
frappe.help.help_links['Form/Email Alert'] = [
{ label: 'Email Alert', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/email-alerts' },
frappe.help.help_links['Form/Notification'] = [
{ label: 'Notification', url: 'https://frappe.github.io/erpnext/user/manual/en/setting-up/email/notifications' },
]
frappe.help.help_links['List/Email Digest'] = [