bach 1 year ago
parent
commit
df0569b203
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/nav/Search.vue

+ 2 - 2
src/components/nav/Search.vue

@@ -3,12 +3,12 @@
     <form class="search-form row">
       <fieldset class="" :class="['search', 'small-col-10', firstFieldsetClass]">
         <div>
-          <label for="keys">Search</label>
+          <label for="keys">Recherche</label>
           <input
             id="keys"
             v-model="keys"
             type="text"
-            placeholder="search"
+            placeholder="Rechercher"
             @keydown.enter.prevent="submit"
           >
           <v-select