瀏覽代碼

Fixed typo in docs/topics/auth/default.txt

Tim Graham 9 年之前
父節點
當前提交
00d763a4fb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/topics/auth/default.txt

+ 2 - 2
docs/topics/auth/default.txt

@@ -850,8 +850,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 %}