Change link label for people who never received a password

This commit is contained in:
bbb 2025-02-08 12:06:57 +01:00
parent 22fcd25f55
commit 4e10d7d000
No known key found for this signature in database
GPG key ID: 486F0D69C845416E
2 changed files with 3 additions and 3 deletions

View file

@ -273,8 +273,8 @@ msgid "Sign in"
msgstr "Log ind" msgstr "Log ind"
#: src/project/templates/account/login.html:45 #: src/project/templates/account/login.html:45
msgid "Forgot password?" msgid "Forgot password / no password?"
msgstr "Glemt kodeord?" msgstr "Glemt/intet kodeord?"
#: src/project/templates/account/login.html:48 #: src/project/templates/account/login.html:48
msgid "Or" msgid "Or"

View file

@ -46,7 +46,7 @@
</form> </form>
<div> <div>
<a href="{% url "account_reset_password" %}"> <a href="{% url "account_reset_password" %}">
{% trans "Forgot password?" %} {% trans "Forgot password / no password?" %}
</a> </a>
</div> </div>
</div> </div>