forked from CGM_Public/pretix_original
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 %}
|
{% csrf_token %}
|
||||||
<h3>{% trans "Welcome back!" %}</h3>
|
<h3>{% trans "Welcome back!" %}</h3>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input class="form-control" name="token" placeholder="{% trans "Token" %}"
|
<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
|
#: pretix/control/templates/pretixcontrol/auth/login_2fa.html:11
|
||||||
msgid ""
|
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:"
|
"medium, e.g. your phone. Please enter your verification code here:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Sie haben Ihr Konto so eingerichtet, dass es zur Authentifizierung ein "
|
"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
|
#: pretix/control/templates/pretixcontrol/auth/login_2fa.html:11
|
||||||
msgid ""
|
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:"
|
"medium, e.g. your phone. Please enter your verification code here:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Du hast dein Konto so eingerichtet, dass es zur Authentifizierung ein "
|
"Du hast dein Konto so eingerichtet, dass es zur Authentifizierung ein "
|
||||||
|
|||||||
Reference in New Issue
Block a user