From 4dcd579b47db89d5127bd934174dad91e229bef9 Mon Sep 17 00:00:00 2001 From: marination Date: Tue, 25 Feb 2025 13:22:57 +0100 Subject: [PATCH] fix: Translate Footer Items --- frappe/templates/includes/footer/footer_links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/includes/footer/footer_links.html b/frappe/templates/includes/footer/footer_links.html index 200eeb79e3..7f71f0548a 100644 --- a/frappe/templates/includes/footer/footer_links.html +++ b/frappe/templates/includes/footer/footer_links.html @@ -3,7 +3,7 @@ {%- if item.icon -%} {{ item.label }} {%- else -%} - {{ item.label }} + {{ _(item.label) }} {%- endif -%} {% endmacro %}