From ad992c6f818c7ca3606e8093d57248cb321b580f Mon Sep 17 00:00:00 2001 From: Tim O'Haver <64042475+timohaver@users.noreply.github.com> Date: Sun, 7 Mar 2021 18:21:32 -0500 Subject: [PATCH] =?UTF-8?q?Use=20US=20English=20=E2=80=9Cdialog=E2=80=9D?= =?UTF-8?q?=20(#2900)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/en-us/learn/server-side/django/authentication/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/server-side/django/authentication/index.html b/files/en-us/learn/server-side/django/authentication/index.html index 51cf5ea1af24eb3..12bcd7ace1f1590 100644 --- a/files/en-us/learn/server-side/django/authentication/index.html +++ b/files/en-us/learn/server-side/django/authentication/index.html @@ -112,7 +112,7 @@

Note

  1. Navigate back to the home page of the admin site
  2. -
  3. Click the Add button next to Users to open the Add user dialogue.Admin site - add user pt1
  4. +
  5. Click the Add button next to Users to open the Add user dialog box.Admin site - add user pt1
  6. Enter an appropriate Username and Password/Password confirmation for your test user
  7. Press SAVE to create the user.