From f57d7f39bce66e83e8a275250045759f74b7f0a8 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Sat, 15 Nov 2025 20:11:39 +0100 Subject: [PATCH] fix: mark navbar item as translatable (#50541) --- erpnext/setup/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,