Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and Xyene committed Nov 25, 2021
1 parent 309a11f commit 4621106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/registration/password_change_done.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% block body %}
<p>{{ _('Your password was sucessfully changed.') }}</p>
{% endblock %}
<p>{{ _('Your password was successfully changed.') }}</p>
{% endblock %}

0 comments on commit 4621106

Please # to comment.