diff --git a/frappe/config/desk.py b/frappe/config/desk.py index 22b1eb0e83..58e073c734 100644 --- a/frappe/config/desk.py +++ b/frappe/config/desk.py @@ -23,7 +23,7 @@ def get_data(): { "type": "page", "label": _("Chat"), - "name": "messages", + "name": "chat", "description": _("Chat messages and other notifications."), "data_doctype": "Communication" },