diff --git a/components/WhereInput.vue b/components/WhereInput.vue index aea64c3a..088e39fe 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -30,7 +30,7 @@ v-row :label="$t('common.address')" @change="changeAddress" :value="value.address") - v-combobox.mr-4(ref='detailsView' v-if='settings.allow_geolocalization' + v-combobox.mr-4(ref='detailsView' v-if='settings.allow_geolocation' :prepend-icon='mdiMapSearch' :disabled='disableDetails' @input.native='searchCoordinates' @@ -47,7 +47,7 @@ v-row v-list-item-content(two-line v-if='item') v-list-item-title(v-text='item.display_name') v-list-item-subtitle(v-text='`${item.lat}`+`,`+`${item.lon}`') - v-text-field(ref='details' v-show='false' v-if='settings.allow_geolocalization') + v-text-field(ref='details' v-show='false' v-if='settings.allow_geolocation')