diff options
| -rw-r--r-- | docs/topics/auth/default.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 617de73206..2caf4ca3d7 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -849,8 +849,8 @@ implementation details see :ref:`using-the-views`. {% if next %} {% if user.is_authenticated %} - <p>You account doesn't have access to this page. To proceed, please - login with an account that has access.</p> + <p>Your account doesn't have access to this page. To proceed, + please login with an account that has access.</p> {% else %} <p>Please login to see this page.</p> {% endif %} |
