Merge branch 'master' into develop

This commit is contained in:
Nabin Hait 2017-02-27 15:41:44 +05:30
commit b9741b6ed5
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import frappe import frappe
__version__ = '7.2.24' __version__ = '7.2.25'
def get_default_company(user=None): def get_default_company(user=None):
'''Get default company for user''' '''Get default company for user'''

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
)) ))
@ -134,4 +134,4 @@ def get_help_messages():
route='List/Employee' route='List/Employee'
)) ))
return messages return messages