0
0
mirror of https://github.com/django/django.git synced 2024-11-24 20:07:01 +01:00

Refs #35742 -- Used curly quote in add user form message.

This commit is contained in:
Claude Paroz 2024-10-25 21:06:31 +02:00
parent b5669f08bc
commit 43287cbb87

View File

@ -3,7 +3,7 @@
{% block form_top %}
{% if not is_popup %}
<p>{% translate "After you've created a user, youll be able to edit more user options." %}</p>
<p>{% translate "After youve created a user, youll be able to edit more user options." %}</p>
{% endif %}
{% endblock %}
{% block extrahead %}