Skip to content
Snippets Groups Projects
Commit 82c30282 authored by HeJ's avatar HeJ
Browse files

Merge branch 'Fix131' into 'develop'

Fix: #131

Closes #131

See merge request rc3/hub!223
parents e6f771d7 06f0e08c
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
msgid "registration_signup"
msgstr "Noch keinen Account?"
msgid "registration_password_reset"
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."
msgid "registration_password_reset_link"
msgstr "Passwort vergessen?"
msgid "Project-new"
msgstr "Neues Projekt"
......
......@@ -418,8 +418,8 @@ msgstr "Your account here can be used to access the conference's platform (but y
msgid "registration_signup"
msgstr "No account yet?"
msgid "registration_password_reset"
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."
msgid "registration_password_reset_link"
msgstr "Forgot password?"
msgid "Project-new"
msgstr "new project"
......
......@@ -38,7 +38,7 @@
<a class="text-muted" href="{% url 'backoffice:signup' %}">{% trans 'registration_signup' %}</a>
</div>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment