chore: fix first login text mail message

This commit is contained in:
Éloi Rivard 2024-12-05 13:24:03 +01:00
parent 6d8799d052
commit 4181614364
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 12 additions and 23 deletions

View file

@ -1,6 +1,6 @@
# {% trans %}Password reinitialisation{% endtrans %} # {% trans %}Initialize password{% endtrans %}
{% trans %}Someone, probably you, asked for a password reinitialization link at {{ site_name }}. If you did not asked for this email, please ignore it. If you need to reset your password, please click on the link below and follow the instructions.{% endtrans %} {% trans %}In order to finalize your account configuration at {{ site_name }}, we need to setup your password. Please click on the link below and follow the instructions.{% endtrans %}
{% trans %}Reset password{% endtrans %}: {{ reset_url }} {% trans %}Initialize password{% endtrans %}: {{ reset_url }}
{{ site_name }}: {{ site_url }} {{ site_name }}: {{ site_url }}

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-11-26 13:31+0100\n" "POT-Creation-Date: 2024-12-05 13:23+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1289,27 +1289,20 @@ msgid ""
msgstr "" msgstr ""
#: canaille/core/templates/mails/firstlogin.html:38 #: canaille/core/templates/mails/firstlogin.html:38
#: canaille/core/templates/mails/firstlogin.txt:1
#: canaille/core/templates/mails/firstlogin.txt:5
#: canaille/core/templates/mails/invitation.txt:5 #: canaille/core/templates/mails/invitation.txt:5
#: canaille/core/templates/mails/reset.txt:5 #: canaille/core/templates/mails/reset.txt:5
msgid "Initialize password" msgid "Initialize password"
msgstr "" msgstr ""
#: canaille/core/templates/mails/firstlogin.txt:1
msgid "Password reinitialisation"
msgstr ""
#: canaille/core/templates/mails/firstlogin.txt:3 #: canaille/core/templates/mails/firstlogin.txt:3
#: canaille/core/templates/mails/reset.txt:3
#, python-format #, python-format
msgid "" msgid ""
"Someone, probably you, asked for a password reinitialization link at " "In order to finalize your account configuration at %(site_name)s, we need"
"%(site_name)s. If you did not asked for this email, please ignore it. If " " to setup your password. Please click on the link below and follow the "
"you need to reset your password, please click on the link below and " "instructions."
"follow the instructions."
msgstr ""
#: canaille/core/templates/mails/firstlogin.txt:5
#: canaille/core/templates/mails/reset.html:38
msgid "Reset password"
msgstr "" msgstr ""
#: canaille/core/templates/mails/invitation.html:19 #: canaille/core/templates/mails/invitation.html:19
@ -1364,12 +1357,8 @@ msgid ""
"button below and follow the instructions." "button below and follow the instructions."
msgstr "" msgstr ""
#: canaille/core/templates/mails/reset.txt:3 #: canaille/core/templates/mails/reset.html:38
#, python-format msgid "Reset password"
msgid ""
"In order to finalize your account configuration at %(site_name)s, we need"
" to setup your password. Please click on the link below and follow the "
"instructions."
msgstr "" msgstr ""
#: canaille/core/templates/mails/test.html:27 #: canaille/core/templates/mails/test.html:27