1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Update translations

This commit is contained in:
Alexandre Iooss
2020-09-09 14:10:07 +02:00
parent f333e6a875
commit 8225445c3e
4 changed files with 68 additions and 58 deletions

View File

@ -19,7 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
id="profile_pic" alt="" class="card-img-top d-none d-sm-block">
</a>
<div class="card-body text-center text-break px-1 py-2">
<span id="user_note"><i>{% trans "Please select an user" %}</i></span>
<span id="user_note"><i>{% trans "Please select a note" %}</i></span>
</div>
</div>
</div>

View File

@ -41,7 +41,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<a id="profile_pic_link" href="#"><img src="{% static "member/img/default_picture.png" %}"
id="profile_pic" alt="" class="img-fluid rounded mx-auto"></a>
<div class="card-body text-center px-1 py-2">
<span id="user_note"><i>{% trans "Please select an user" %}</i></span>
<span id="user_note"><i>{% trans "Please select a note" %}</i></span>
</div>
</div>
</div>