diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index 21c2f06e93..80e7bd57ca 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -194,7 +194,7 @@ desktop_template = """from frappe import _ def get_data(): return {{ - "{app_title}": {{ + "{app_name}": {{ "color": "{app_color}", "icon": "{app_icon}", "type": "module",