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 %}