forked from Github-Mirrors/canaille
fix: wording uniformization
This commit is contained in:
parent
3ee6533432
commit
bd003ec53d
3 changed files with 6 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
<img src="{{ logo }}" alt="{{ site_name }}" style="font-size: 1.3rem; border-style: none; width: 50px; display: inline-block; margin-top: .14em; vertical-align: middle;">
|
||||
{% endif %}
|
||||
<div style="font-size: 1.3rem; display: inline-block; padding-left: .75rem; vertical-align: middle;">
|
||||
{% trans %}Password reinitialisation{% endtrans %}
|
||||
{% trans %}Password reset{% endtrans %}
|
||||
</div>
|
||||
</h3>
|
||||
</td>
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<div class="ui message warning visible">
|
||||
{% if has_smtp and edited_user.can_edit_self %}
|
||||
<button type="submit" name="action" value="password-initialization-mail" class="ui right floated primary button">
|
||||
{% trans %}Send email{% endtrans %}
|
||||
{% trans %}Send mail{% endtrans %}
|
||||
</button>
|
||||
{% endif %}
|
||||
<div class="header">
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-03-27 13:57+0100\n"
|
||||
"POT-Creation-Date: 2024-03-27 14:07+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -915,7 +915,8 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: canaille/core/templates/profile_settings.html:91
|
||||
msgid "Send email"
|
||||
#: canaille/core/templates/profile_settings.html:113
|
||||
msgid "Send mail"
|
||||
msgstr ""
|
||||
|
||||
#: canaille/core/templates/profile_settings.html:95
|
||||
|
@ -944,11 +945,8 @@ msgstr ""
|
|||
msgid "The user will not be able to authenticate unless the password is set"
|
||||
msgstr ""
|
||||
|
||||
#: canaille/core/templates/profile_settings.html:113
|
||||
msgid "Send mail"
|
||||
msgstr ""
|
||||
|
||||
#: canaille/core/templates/mails/admin.html:97
|
||||
#: canaille/core/templates/mails/reset.html:19
|
||||
#: canaille/core/templates/profile_settings.html:116
|
||||
#: canaille/core/templates/reset-password.html:11
|
||||
#: canaille/core/templates/reset-password.html:16
|
||||
|
@ -1141,7 +1139,6 @@ msgid "Initialize password"
|
|||
msgstr ""
|
||||
|
||||
#: canaille/core/templates/mails/firstlogin.txt:1
|
||||
#: canaille/core/templates/mails/reset.html:19
|
||||
msgid "Password reinitialisation"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue