diff --git a/openslides/participant/templates/participant/password_change.html b/openslides/participant/templates/participant/password_change.html index f420d83cb..edfae881b 100644 --- a/openslides/participant/templates/participant/password_change.html +++ b/openslides/participant/templates/participant/password_change.html @@ -13,7 +13,7 @@ {% endblock %} {% block content %} -

{% trans "New password" %}

+

{% trans "Password Settings" %}

{% csrf_token %} {{ form.as_p }}