Projet

Général

Profil

0001-idp-oidc-include-in-translatable-label-22709.patch

Frédéric Péters, 21 mars 2018 17:19

Télécharger (1,08 ko)

Voir les différences:

Subject: [PATCH] idp oidc: include : in translatable label (#22709)

 .../templates/authentic2_idp_oidc/authorization.html                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html
10 10
          {% if scope == "profile" %}
11 11
            <li>{% trans "Your first and last name, your username" %}</li>
12 12
          {% elif scope == "email" %}
13
            <li>{% trans "Your email" %}: {{ user.email }}</li>
13
            <li>{% trans "Your email:" %} {{ user.email }}</li>
14 14
          {% endif %}
15 15
        {% endfor %}
16 16
      </ul>
17
-