mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
fix: mark navbar item as translatable
This commit is contained in:
@@ -212,7 +212,7 @@ def add_standard_navbar_items():
|
|||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item_label": "Report an Issue",
|
"item_label": _("Report an Issue"),
|
||||||
"item_type": "Route",
|
"item_type": "Route",
|
||||||
"route": "https://github.com/frappe/erpnext/issues",
|
"route": "https://github.com/frappe/erpnext/issues",
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user