bach 1 year ago
parent
commit
0c39ea57ee
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/components/Content/EdIndexes.vue

+ 7 - 2
src/components/Content/EdIndexes.vue

@@ -7,7 +7,7 @@
       <v-select
         :id="key"
         type="select"
-        :placeholder="key"
+        :placeholder="placeholders[key]"
         append-to-body
         :calculate-position="dropDownMenuPos"
         :options="opts"
@@ -37,7 +37,12 @@ export default {
     indexes_keys: [],
     persons_selected: null,
     objects_selected: null,
-    places_selected: null
+    places_selected: null,
+    placeholders: {
+      objects: 'Filtrer par œuvres',
+      persons: 'Filtrer par personnes',
+      places: 'Filtrer par lieux'
+    }
   }),
   created () {
     this.parseIndexesToOptions()