diff options
| author | Claude Paroz <claude@2xlibre.net> | 2024-10-25 21:06:31 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2024-10-26 11:51:24 +0200 |
| commit | 43287cbb87bc5e99a2fd384082a719d8b4d253c6 (patch) | |
| tree | fe7346afc002f1f759733851147f84e570ce48d5 | |
| parent | b5669f08bc8523a7fa35e4e9f037628bb40e2e42 (diff) | |
Refs #35742 -- Used curly quote in add user form message.
| -rw-r--r-- | django/contrib/admin/templates/admin/auth/user/add_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin/auth/user/add_form.html b/django/contrib/admin/templates/admin/auth/user/add_form.html index a13e75e89a..7c7ca1d1ad 100644 --- a/django/contrib/admin/templates/admin/auth/user/add_form.html +++ b/django/contrib/admin/templates/admin/auth/user/add_form.html @@ -3,7 +3,7 @@ {% block form_top %} {% if not is_popup %} - <p>{% translate "After you've created a user, you’ll be able to edit more user options." %}</p> + <p>{% translate "After you’ve created a user, you’ll be able to edit more user options." %}</p> {% endif %} {% endblock %} {% block extrahead %} |
