diff --git a/horizon/templates/auth/_login.html b/horizon/templates/auth/_login.html index ebac8f44d4..9c4bf59672 100644 --- a/horizon/templates/auth/_login.html +++ b/horizon/templates/auth/_login.html @@ -12,10 +12,9 @@
{% if request.user.is_authenticated and 'next' in request.GET %}
-

{% trans "You don't have permissions to access:" %}

+

{% trans "You do not have permission to access the resource:" %}

{{ request.GET.next }}

-

{% trans "Login as different user or go back to" %} - {% trans "home page" %}

+

{% url 'horizon:user_home' as home_url %}{% blocktrans %}Login as different user or go back to home page{% endblocktrans %}

{% endif %}