Correction wording

This commit is contained in:
Damien Broqua 2022-09-03 17:11:17 +02:00
parent bc3bb3b554
commit 6454f5f8d6

View File

@ -13,7 +13,7 @@
</div>
<div class="grid sm:grid-cols-3 gap-5">
<div class="field">
<label for="format">Trier par</label>
<label for="format">Format</label>
<select id="format" v-model="format">
<option value="">Tous</option>
<option v-for="format in orderedItems(formats)" :value="format">{{format}}</option>