From 1dc5257924ddd94eb36a3c6649aee7a42f08fd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 21 Mar 2018 17:17:25 +0100 Subject: [PATCH] idp oidc: include : in translatable label (#22709) --- .../templates/authentic2_idp_oidc/authorization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html b/src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html index c58b83e4..849eb40b 100644 --- a/src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html +++ b/src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html @@ -10,7 +10,7 @@ {% if scope == "profile" %}
  • {% trans "Your first and last name, your username" %}
  • {% elif scope == "email" %} -
  • {% trans "Your email" %}: {{ user.email }}
  • +
  • {% trans "Your email:" %} {{ user.email }}
  • {% endif %} {% endfor %} -- 2.16.2