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 %}