From f62894c15112205c3fb211d35bc34a3fed46ec83 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 18 Sep 2020 09:37:14 +0200 Subject: [PATCH] templates: update text for authorized services (#46734) --- .../authentic2/accounts_authorized_oauth_services.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/authentic2/accounts_authorized_oauth_services.html b/templates/authentic2/accounts_authorized_oauth_services.html index f598ef6..4f8a0b0 100644 --- a/templates/authentic2/accounts_authorized_oauth_services.html +++ b/templates/authentic2/accounts_authorized_oauth_services.html @@ -14,13 +14,9 @@ {% block oidc-authorized-oauth-services-top %}

{% if authorized_oauth_services|length_is:0 %} - {% trans "You have not granted service access to your account profile data." %} + {% trans "You have not given any authorization to access your account profile data." %} {% else %} - {% blocktrans count counter=authorized_oauth_services|length %} - You have granted one service access to your account profile data. - {% plural %} - You have granted {{ counter }} services access to your account profile data. - {% endblocktrans %} + {% trans "You have given authorizations to access your account profile data." %} {% endif %}

{% endblock %}