We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af149f commit b0a31a4Copy full SHA for b0a31a4
components/Gestion/FavoriteForm.vue
@@ -20,7 +20,7 @@
20
rules="max:100"
21
v-slot="{ errors }">
22
<span class="label__name">
23
- Titre de la sélection
+ Titre de recherche
24
</span>
25
<input id="Title" placeholder="Entrez le titre de votre recherche" name="title" v-model="form.title"
26
v-on:input="debounceInput" class="input--grey" type="text">
0 commit comments