fix: mark navbar item as translatable (#50541)

This commit is contained in:
Raffael Meyer
2025-11-15 20:11:39 +01:00
committed by GitHub
parent 9a989a84fb
commit f57d7f39bc

View File

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