Browse Source

Little writing change

Étienne Deparis 6 years ago
parent
commit
41910f027c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      transparency/templates/registration/login.html

+ 1 - 1
transparency/templates/registration/login.html

@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 {% extends "base.html" %}
 {% block content %}
 {% block content %}
 {% if form.errors %}
 {% if form.errors %}
-<p class="ui message">Mauvais utilisateur / mot de passe, essaye encore..</p>
+<p class="ui message">Mauvais utilisateur ou mot de passe, essaye encore…</p>
 {% endif %}
 {% endif %}
 <form method="post" class="ui form" action="{% url 'django.contrib.auth.views.login' %}">
 <form method="post" class="ui form" action="{% url 'django.contrib.auth.views.login' %}">
 {% csrf_token %}
 {% csrf_token %}