mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix typo in 2FA view (#739)
This commit is contained in:
committed by
Raphael Michel
parent
58111465bc
commit
69ab5d8c2e
@@ -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" %}"
|
||||
|
||||
@@ -5312,7 +5312,7 @@ msgstr "Willkommen zurück!"
|
||||
|
||||
#: pretix/control/templates/pretixcontrol/auth/login_2fa.html:11
|
||||
msgid ""
|
||||
"You configured your account two require authentification with a second "
|
||||
"You configured your account to require authentification with a second "
|
||||
"medium, e.g. your phone. Please enter your verification code here:"
|
||||
msgstr ""
|
||||
"Sie haben Ihr Konto so eingerichtet, dass es zur Authentifizierung ein "
|
||||
|
||||
@@ -5303,7 +5303,7 @@ msgstr "Willkommen zurück!"
|
||||
|
||||
#: pretix/control/templates/pretixcontrol/auth/login_2fa.html:11
|
||||
msgid ""
|
||||
"You configured your account two require authentification with a second "
|
||||
"You configured your account to require authentification with a second "
|
||||
"medium, e.g. your phone. Please enter your verification code here:"
|
||||
msgstr ""
|
||||
"Du hast dein Konto so eingerichtet, dass es zur Authentifizierung ein "
|
||||
|
||||
Reference in New Issue
Block a user