Skip to content

Commit a56ecfe

Browse files
fix: typo on user creation popup form (#1166)
1 parent 3d981f3 commit a56ecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/admin/auth/user/add_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% if not is_popup %}
77
{% translate 'First, enter a username and password. Then, you’ll be able to edit more user options.' %}
88
{% else %}
9-
{% translate "Enter a username and password." %}x
9+
{% translate "Enter a username and password." %}
1010
{% endif %}
1111
<p>
1212
{% endblock %}

0 commit comments

Comments
 (0)