From 43287cbb87bc5e99a2fd384082a719d8b4d253c6 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 25 Oct 2024 21:06:31 +0200 Subject: [PATCH] Refs #35742 -- Used curly quote in add user form message. --- django/contrib/admin/templates/admin/auth/user/add_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -

{% translate "After you've created a user, you’ll be able to edit more user options." %}

+

{% translate "After you’ve created a user, you’ll be able to edit more user options." %}

{% endif %} {% endblock %} {% block extrahead %}