diff --git a/erpnext/setup/install.py b/erpnext/setup/install.py index c7082122a15..2dd05b1a7b8 100644 --- a/erpnext/setup/install.py +++ b/erpnext/setup/install.py @@ -212,7 +212,7 @@ def add_standard_navbar_items(): "is_standard": 1, }, { - "item_label": "Report an Issue", + "item_label": _("Report an Issue"), "item_type": "Route", "route": "https://github.com/frappe/erpnext/issues", "is_standard": 1,