Download all authorizations -> Download all *submitted* authorizations
This commit is contained in:
parent
8212568fee
commit
d4111126c7
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a class="btn btn-info" href="{% url "participation:team_authorizations" pk=team.pk %}" data-turbolinks="false">
|
<a class="btn btn-info" href="{% url "participation:team_authorizations" pk=team.pk %}" data-turbolinks="false">
|
||||||
<i class="fas fa-file-archive"></i> {% trans "Download all authorizations" %}
|
<i class="fas fa-file-archive"></i> {% trans "Download all submitted authorizations" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -794,8 +794,8 @@ msgid "Replace"
|
||||||
msgstr "Remplacer"
|
msgstr "Remplacer"
|
||||||
|
|
||||||
#: apps/participation/templates/participation/team_detail.html:106
|
#: apps/participation/templates/participation/team_detail.html:106
|
||||||
msgid "Download all authorizations"
|
msgid "Download all submitted authorizations"
|
||||||
msgstr "Télécharger toutes les autorisations"
|
msgstr "Télécharger toutes les autorisations soumises"
|
||||||
|
|
||||||
#: apps/participation/templates/participation/team_detail.html:113
|
#: apps/participation/templates/participation/team_detail.html:113
|
||||||
#: apps/participation/templates/participation/team_detail.html:180
|
#: apps/participation/templates/participation/team_detail.html:180
|
||||||
|
|
Loading…
Reference in New Issue