diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index c4e05912..e0868247 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -211,9 +211,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %} {% trans "State" %} {% if users.state == 0 %} - {% trans "Active" %} + {% trans "Active" %} {% elif users.state == 1 %} - {% trans "Disabled" %} + {% trans "Disabled" %} {% elif users.state == 2 %} {% trans "Archived" %} {% elif users.state == 3 %}