forked from 42CTF/website
Fix typo in the error message
This commit is contained in:
parent
6a76f4b99f
commit
22fe0d601a
|
@ -12,7 +12,7 @@
|
||||||
{% trans "Deleted accounts cannot be recovered." %}<br><br>
|
{% trans "Deleted accounts cannot be recovered." %}<br><br>
|
||||||
<div class="col-sm-8 col-md-6 mx-auto">
|
<div class="col-sm-8 col-md-6 mx-auto">
|
||||||
{% if bad_password %}
|
{% if bad_password %}
|
||||||
<span class="message error-msg">{% trans "Password inccorect." %}</span>
|
<span class="message error-msg">{% trans "Password incorrect." %}</span>
|
||||||
{% elif deleted %}
|
{% elif deleted %}
|
||||||
<span class="message success-msg">{% trans "Your account has been deleted." %}</span>
|
<span class="message success-msg">{% trans "Your account has been deleted." %}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -30,7 +30,7 @@ msgid "Deleted accounts cannot be recovered."
|
||||||
msgstr "Gelöschte Accounts können nicht wiederhergestellt werden."
|
msgstr "Gelöschte Accounts können nicht wiederhergestellt werden."
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:15
|
#: accounts/templates/accounts/delete.html:15
|
||||||
msgid "Password inccorect."
|
msgid "Password incorrect."
|
||||||
msgstr "Falsches Passwort."
|
msgstr "Falsches Passwort."
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:17
|
#: accounts/templates/accounts/delete.html:17
|
||||||
|
|
|
@ -31,7 +31,7 @@ msgid "Deleted accounts cannot be recovered."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:15
|
#: accounts/templates/accounts/delete.html:15
|
||||||
msgid "Password inccorect."
|
msgid "Password incorrect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:17
|
#: accounts/templates/accounts/delete.html:17
|
||||||
|
|
|
@ -31,7 +31,7 @@ msgid "Deleted accounts cannot be recovered."
|
||||||
msgstr "Las cuentas borradas no pueden ser recuperadas."
|
msgstr "Las cuentas borradas no pueden ser recuperadas."
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:15
|
#: accounts/templates/accounts/delete.html:15
|
||||||
msgid "Password inccorect."
|
msgid "Password incorrect."
|
||||||
msgstr "Contraseña incorrecta."
|
msgstr "Contraseña incorrecta."
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:17
|
#: accounts/templates/accounts/delete.html:17
|
||||||
|
|
|
@ -33,7 +33,7 @@ msgid "Deleted accounts cannot be recovered."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:15
|
#: accounts/templates/accounts/delete.html:15
|
||||||
msgid "Password inccorect."
|
msgid "Password incorrect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:17
|
#: accounts/templates/accounts/delete.html:17
|
||||||
|
|
|
@ -31,7 +31,7 @@ msgid "Deleted accounts cannot be recovered."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:15
|
#: accounts/templates/accounts/delete.html:15
|
||||||
msgid "Password inccorect."
|
msgid "Password incorrect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:17
|
#: accounts/templates/accounts/delete.html:17
|
||||||
|
|
|
@ -31,7 +31,7 @@ msgid "Deleted accounts cannot be recovered."
|
||||||
msgstr "削除されたアカウントは復元できません。"
|
msgstr "削除されたアカウントは復元できません。"
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:15
|
#: accounts/templates/accounts/delete.html:15
|
||||||
msgid "Password inccorect."
|
msgid "Password incorrect."
|
||||||
msgstr "パスワードが正しくありません。"
|
msgstr "パスワードが正しくありません。"
|
||||||
|
|
||||||
#: accounts/templates/accounts/delete.html:17
|
#: accounts/templates/accounts/delete.html:17
|
||||||
|
|
Loading…
Reference in New Issue