Skip to content

Commit b0e34e9

Browse files
authored
Update footer.html
1 parent 1c4c14a commit b0e34e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ckanext/matolabtheme/templates/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939
<div class="row mtb-2 justify-content-end">
4040
<div class="col text-end">
41-
<a class="btn bsb-btn-2xl btn-outline-light" href="{{ h.contact_url() }}" role="button">Contact Us</a>
41+
<a class="btn bsb-btn-2xl btn-outline-light" href="{{ h.contact_url() }}" role="button">{{ _('Contact Us')}}</a>
4242
</div>
4343
</div>
4444
<!-- <div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
@@ -53,4 +53,4 @@
5353
</div>
5454
{% endblock %}
5555
</div>
56-
</footer>
56+
</footer>

0 commit comments

Comments
 (0)