diff --git a/erpnext/setup/install.py b/erpnext/setup/install.py index 887e1c1419f..b82cf1c107d 100644 --- a/erpnext/setup/install.py +++ b/erpnext/setup/install.py @@ -204,7 +204,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,