Skip to content
Snippets Groups Projects
Commit 4c0d5157 authored by André Bonon's avatar André Bonon
Browse files

fix: [#3437898] Enable translation on Branch hours block

parent 54c360a1
No related branches found
No related tags found
1 merge request!28fix: [#3437898] Enable translation on Branch hours block
......@@ -33,7 +33,10 @@
{{ title_suffix }}
<div class="row">
<div class="col-lg-6 col-12 mb-4 mb-lg-0">
<div class="back-link"><i class="fas fa-chevron-left"></i> {{ link('All Locations', 'internal:/locations' ) }}</div>
{% set all_location_link_text %}
{{ 'All Locations'|t }}
{% endset %}
<div class="back-link"><i class="fas fa-chevron-left"></i> {{ link(all_location_link_text, 'internal:/locations' ) }}</div>
<div class="branch-name">{{ content.branch_name }}</div>
</div>
<div class="col-lg-6 col-12">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment