diff --git a/js/src/components/Event/AddressAutoComplete.vue b/js/src/components/Event/AddressAutoComplete.vue index 511fc4dae..feab820f8 100644 --- a/js/src/components/Event/AddressAutoComplete.vue +++ b/js/src/components/Event/AddressAutoComplete.vue @@ -1,33 +1,51 @@ - - - - {{ option.poiInfos.name }} - {{ option.poiInfos.alternativeName }} - - - {{ $t("Searching…") }} - - {{ $t('No results for "{queryText}"') }} - {{ - $t("You can try another search term or drag and drop the marker on the map", { - queryText, - }) - }} - - - + + + + + + {{ option.poiInfos.name }} + {{ option.poiInfos.alternativeName }} + + + + + {{ + $t("Use my location") + }} + {{ $t("Getting location") }} + + +