diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 14342df5e5c..f7cb74d5079 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -850,8 +850,8 @@ implementation details see :ref:`using-the-views`. {% if next %} {% if user.is_authenticated %} -
You account doesn't have access to this page. To proceed, please - login with an account that has access.
+Your account doesn't have access to this page. To proceed, + please login with an account that has access.
{% else %}Please login to see this page.
{% endif %}