idp oidc: include : in translatable label (#22709)

This commit is contained in:
Frédéric Péters 2018-03-21 17:17:25 +01:00
parent 81778dea85
commit 18fe2a1eac
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{% if scope == "profile" %}
<li>{% trans "Your first and last name, your username" %}</li>
{% elif scope == "email" %}
<li>{% trans "Your email" %}: {{ user.email }}</li>
<li>{% trans "Your email:" %} {{ user.email }}</li>
{% endif %}
{% endfor %}
</ul>