Skip to content

Commit 43287cb

Browse files
committed
Refs #35742 -- Used curly quote in add user form message.
1 parent b5669f0 commit 43287cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/contrib/admin/templates/admin/auth/user/add_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% block form_top %}
55
{% if not is_popup %}
6-
<p>{% translate "After you've created a user, you’ll be able to edit more user options." %}</p>
6+
<p>{% translate "After youve created a user, you’ll be able to edit more user options." %}</p>
77
{% endif %}
88
{% endblock %}
99
{% block extrahead %}

0 commit comments

Comments
 (0)