fix: mark navbar item as translatable

This commit is contained in:
barredterra
2025-11-15 19:54:34 +01:00
parent 19dc26ea16
commit ec3a226a83

View File

@@ -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,