Update activation.py

This commit is contained in:
Nabin Hait
2017-02-27 15:39:29 +05:30
committed by GitHub
parent e0d661f433
commit a2afc4e11c

View File

@@ -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
)) ))