Skip to content

Commit

Permalink
Fix typo in reset password button #4380
Browse files Browse the repository at this point in the history
joemull authored and ajrbyers committed Dec 3, 2024

Verified

This commit was signed with the committer’s verified signature.
astefanutti Antonin Stefanutti
1 parent 1c2253e commit 0304459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates/admin/core/accounts/reset_password.html
Original file line number Diff line number Diff line change
@@ -27,7 +27,8 @@ <h2 class="text-center">
{% include "admin/elements/forms/field.html" with field=form.password_2 %}
<div>
<button type="submit" class="button secondary expanded">
{% trans "Register" %}
<span class="fa fa-save"></span>
{% trans "Save" %}
</button>
</div>
{% include "admin/elements/forms/denotes_required.html" %}

0 comments on commit 0304459

Please sign in to comment.