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