Skip to content
Snippets Groups Projects
Commit 06f0e08c authored by yourcoke's avatar yourcoke
Browse files

Just a Fix for #131

parent dc812222
No related branches found
No related tags found
No related merge requests found
...@@ -417,8 +417,8 @@ msgstr "Der Account den du hier nutzt kannst (nicht: musst) du später für den ...@@ -417,8 +417,8 @@ msgstr "Der Account den du hier nutzt kannst (nicht: musst) du später für den
msgid "registration_signup" msgid "registration_signup"
msgstr "Noch keinen Account?" msgstr "Noch keinen Account?"
msgid "registration_password_reset" msgid "registration_password_reset_link"
msgstr "Eine E-Mail mit einem Aktivierungs-Link wurde an die angegebene E-Mail-Adresse gesendet. Bitte prüfe deine Inbox und öffne den in der Mail enthaltenen Link um deinen Account zu aktivieren." msgstr "Passwort vergessen?"
msgid "Project-new" msgid "Project-new"
msgstr "Neues Projekt" msgstr "Neues Projekt"
......
...@@ -418,8 +418,8 @@ msgstr "Your account here can be used to access the conference's platform (but y ...@@ -418,8 +418,8 @@ msgstr "Your account here can be used to access the conference's platform (but y
msgid "registration_signup" msgid "registration_signup"
msgstr "No account yet?" msgstr "No account yet?"
msgid "registration_password_reset" msgid "registration_password_reset_link"
msgstr "An email with a reset link has been sent to the given e-mail address. Please check your inbox and open the link sent to you in order to reset your password." msgstr "Forgot password?"
msgid "Project-new" msgid "Project-new"
msgstr "new project" msgstr "new project"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<a class="text-muted" href="{% url 'backoffice:signup' %}">{% trans 'registration_signup' %}</a> <a class="text-muted" href="{% url 'backoffice:signup' %}">{% trans 'registration_signup' %}</a>
</div> </div>
<div class="mx-auto"> <div class="mx-auto">
<a class="text-muted" href="{% url 'backoffice:password_reset' %}">{% trans 'registration_password_reset' %}</a> <a class="text-muted" href="{% url 'backoffice:password_reset' %}">{% trans 'registration_password_reset_link' %}</a>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment