Fix typo in 2FA view (#739)

This commit is contained in:
Tobias Kunze
2018-01-08 13:49:46 +01:00
committed by Raphael Michel
parent 58111465bc
commit 69ab5d8c2e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
{% csrf_token %}
<h3>{% trans "Welcome back!" %}</h3>
<p>
{% trans "You configured your account two require authentification with a second medium, e.g. your phone. Please enter your verification code here:" %}
{% trans "You configured your account to require authentification with a second medium, e.g. your phone. Please enter your verification code here:" %}
</p>
<div class="form-group">
<input class="form-control" name="token" placeholder="{% trans "Token" %}"