[minor] chat link, fixes frappe/erpnext#5127

This commit is contained in:
Rushabh Mehta 2016-04-04 11:53:41 +05:30
parent 9d5c2f2f62
commit fc5155c2fb

View file

@ -23,7 +23,7 @@ def get_data():
{
"type": "page",
"label": _("Chat"),
"name": "messages",
"name": "chat",
"description": _("Chat messages and other notifications."),
"data_doctype": "Communication"
},