modification traduction

This commit is contained in:
TitouanDor
2026-05-30 17:43:18 +02:00
parent 631cfd7fdc
commit edda337d6d
2 changed files with 3 additions and 3 deletions
@@ -69,7 +69,7 @@
<input type="checkbox" id="cgv" name="cgv" required>
<label for="cgv">
{% trans trimmed %}I have read and I accept{% endtrans %}
<a href="{{ url('core:page', 'cgu') }}">{% trans %}the general terms and conditions{% endtrans%}</a>
<a href="{{ url('core:page', 'cgv') }}">{% trans %}the general terms and conditions{% endtrans%}</a>
{%trans%}of the student association of the UTBM{% endtrans %}
</label>
</div>
+2 -2
View File
@@ -4519,7 +4519,7 @@ msgid "You can't buy a refilling with sith money"
msgstr "Vous ne pouvez pas acheter un rechargement avec de l'argent du sith"
#: eboutic/views.py
msgid "I have read and accept"
msgid "I have read and I accept"
msgstr "J'ai lu et j'accepte"
#: eboutic/views.py
@@ -4527,7 +4527,7 @@ msgid "the general terms and conditions"
msgstr "les conditions générales de vente"
#: eboutic/views.py
msgid "of the student assosiation of UTBM"
msgid "of the student association of the UTBM"
msgstr "de l'Association des étudiants de l'UTBM"
#: election/forms.py