Skip to content

Commit 1fde478

Browse files
committed
[FIX] Fix spelling mistake
1 parent 87733fe commit 1fde478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collectives/templates/event/event.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h3 class="heading-3"> Inscrits {{event.num_taken_slots()}} / {{event.num_slots}
290290
{% elif not event.is_confirmed() %}
291291
<p>Inscriptions indisponibles actuellement.</p>
292292
{% elif (event.num_online_slots == 0 and event.num_waiting_list == 0) or not event.has_defined_registration_date() %}
293-
<p>Il n'y a pas d'inscription par Internet pour cette événement</p>
293+
<p>Il n'y a pas d'inscription par Internet pour cet événement</p>
294294
{% elif current_time < event.registration_open_time %}
295295
{% if payment_item_choice_form and payment_item_choice_form.item_price.choices %}
296296
<p>Cet événement sera payant; sous réserve de changement, les tarifs suivants vous seront proposés :

0 commit comments

Comments
 (0)