Skip to content

Commit

Permalink
fix: remove un-validated text
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Mar 27, 2024
1 parent cd4a4e2 commit 59993c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/b3desk/templates/meeting/recordings.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ <h1 class="fr-h2">{% trans meeting_name=meeting.name %}Enregistrements de <em>{{
{% endif %}
<p>{% trans %}Après la fin d'{{ a_meeting }}, l'encodage de l'enregistrement peut prendre autant de temps que la durée {{ of_the_meeting }}.{% endtrans %}</p>
<p>{% trans %}Si aucun modérateur ne met fin {{ of_the_meeting }}, un délai supplémentaire de plusieurs minutes s'ajoute après que tous les utilisateurs l'aient quitté.{% endtrans %}</p>
<p>{% trans %}Les enregistrements sont conservés pour une période d’un an.{% endtrans %}</p>
{% for recording in meeting.get_recordings() %}
{% set recording_name = recording.name or recording.start_date.strftime("%d/%m/%Y") %}
<h3>
Expand Down

0 comments on commit 59993c9

Please sign in to comment.