Update activation.py
diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py
index eec3973..31be27a 100644
--- a/erpnext/utilities/activation.py
+++ b/erpnext/utilities/activation.py
@@ -63,8 +63,8 @@
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 @@
route='List/Employee'
))
- return messages
\ No newline at end of file
+ return messages