Skip to content

Commit

Permalink
fix: replace edx support to nau
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jul 17, 2024
1 parent 8d5ae2a commit 7688002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{% blocktrans asvar tmsg %}
For more information and assistance, check our {link_start}Help Center{link_end}
{% endblocktrans %}
{% interpolate_html tmsg link_start='<a href="https://support.edx.org/hc">'|safe link_end='</a>'|safe %}
{% interpolate_html tmsg link_start='<a href="https://ajuda.nau.edu.pt">'|safe link_end='</a>'|safe %}
</p>
<p>{% trans "Thank You" as tmsg %}{{ tmsg | force_escape }}</p>
</td>
Expand Down

0 comments on commit 7688002

Please sign in to comment.