fix: Translate Footer Items
This commit is contained in:
parent
c229f5a34a
commit
4dcd579b47
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{%- if item.icon -%}
|
{%- if item.icon -%}
|
||||||
<img src="{{ item.icon }}" alt="{{ item.label }}">
|
<img src="{{ item.icon }}" alt="{{ item.label }}">
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{ item.label }}
|
{{ _(item.label) }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</a>
|
</a>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue