misc: fix typo in redirection info message translation tag (#58783)

This commit is contained in:
Frédéric Péters 2021-11-19 22:57:19 +01:00
parent 5969b5a7e6
commit ac42ed947d
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
<p>
{% blocktrans with redirect_url=object.redirect_url %}This page is configured as a redirection to the URL "{{ redirect_url }}".{% endblocktrans %}
{% if redirect_url_is_absolute %}
{% trans "It can also be used as a template for the pages behind this URL." }
{% trans "It can also be used as a template for the pages behind this URL." %}
{% endif %}
</p>
</div>