Fix use of incorrect symbol

This commit is contained in:
Jonas Schäfer
2021-01-30 12:45:29 +01:00
parent ba3440b169
commit 0dbd8087eb
2 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@
</li>
<li>
{#- -#}
<p>{% trans %}Go back to your users web portal page.{% endtrans %}</p>
<p>{% trans %}Go back to your user's web portal page.{% endtrans %}</p>
{#- -#}
<div>{% call standard_button("logout", url_for("user.index"), class="secondary") %}{% trans %}Exit admin panel{% endtrans %}{% endcall %}</div>
{#- -#}