Skip to content

Commit

Permalink
fix capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarunas committed Sep 13, 2024
1 parent 2d3e201 commit 0d12c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/odoo_theme/layout_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4><i class="i-o-help me-2"></i>{{ _("Get Help") }}</h4>
<div>
<a href="https://www.vialaurea.com/helpdesk" target="_blank" class="btn btn-outline-secondary mb-2">{{ _("Contact Support") }}</a>
<a href="https://www.vialaurea.com/appointment/1?" target="_blank" class="btn btn-outline-secondary mb-2">{{ _("Schedule consultation") }}</a>
<a href="https://www.vialaurea.com/appointment/1?" target="_blank" class="btn btn-outline-secondary mb-2">{{ _("Schedule Consultation") }}</a>
</div>
</div>
<div class="col-12 col-lg-2 mt-5 mt-lg-0 text-center">
Expand Down

0 comments on commit 0d12c90

Please sign in to comment.