templates: update text for authorized services (#46734)

This commit is contained in:
Serghei Mihai 2020-09-18 09:37:14 +02:00
parent 1325af6109
commit f62894c151
1 changed files with 2 additions and 6 deletions

View File

@ -14,13 +14,9 @@
{% block oidc-authorized-oauth-services-top %}
<p class="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 %}
</p>
{% endblock %}