mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
Update activation.py
This commit is contained in:
@@ -63,8 +63,8 @@ def get_help_messages():
|
|||||||
if count < 3:
|
if count < 3:
|
||||||
messages.append(dict(
|
messages.append(dict(
|
||||||
title=_('Create Leads'),
|
title=_('Create Leads'),
|
||||||
description=_('Create Leads'),
|
description=_('Leads help you get business, add all your contacts and more as your leads'),
|
||||||
action=_('Leads help you get business, add all your contacts and more as your leads'),
|
action=_('Make Lead'),
|
||||||
route='List/Lead',
|
route='List/Lead',
|
||||||
count=count
|
count=count
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user