Update activation.py
This commit is contained in:
parent
e0d661f433
commit
a2afc4e11c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user