Skip to content

Commit b0a31a4

Browse files
committed
style(FavoriteForm): change Titre de la sélection into Titre de recherche
1 parent 7af149f commit b0a31a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Gestion/FavoriteForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
rules="max:100"
2121
v-slot="{ errors }">
2222
<span class="label__name">
23-
Titre de la sélection
23+
Titre de recherche
2424
</span>
2525
<input id="Title" placeholder="Entrez le titre de votre recherche" name="title" v-model="form.title"
2626
v-on:input="debounceInput" class="input--grey" type="text">

0 commit comments

Comments
 (0)