Kobus пре 5 година
родитељ
комит
062afed4db
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')">

Loading…
Откажи
Сачувај