Переглянути джерело

Max/min price placeholder amended

master
JannekeDL 5 роки тому
джерело
коміт
167d74253a
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      src/components/timeshare/searchTimeshare.vue

+ 2
- 2
src/components/timeshare/searchTimeshare.vue Переглянути файл

@@ -93,7 +93,7 @@
93 93
                 step="any"
94 94
                 id="minPrice"
95 95
                 name="minPrice"
96
-                placeholder="Minimum Price"
96
+                placeholder="Min"
97 97
                 v-model="filter.minPrice"
98 98
               />
99 99
               <div class="input-group-append" @click="clearFilter('minPrice')">
@@ -117,7 +117,7 @@
117 117
                 step="any"
118 118
                 id="maxPrice"
119 119
                 name="maxPrice"
120
-                placeholder="Maximum Price"
120
+                placeholder="Max"
121 121
                 v-model="filter.maxPrice"
122 122
               />
123 123
               <div class="input-group-append" @click="clearFilter('maxPrice')">

Завантаження…
Відмінити
Зберегти