diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index 2c30a62694..17caf966be 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -193,7 +193,7 @@ desktop_template = """from frappe import _ def get_data(): return {{ - "{app_name}": {{ + "{app_title}": {{ "color": "{app_color}", "icon": "{app_icon}", "type": "module",