diff --git a/js/src/components/Event/FullAddressAutoComplete.vue b/js/src/components/Event/FullAddressAutoComplete.vue index a803c8ada..d0b95b19a 100644 --- a/js/src/components/Event/FullAddressAutoComplete.vue +++ b/js/src/components/Event/FullAddressAutoComplete.vue @@ -10,32 +10,24 @@ > {{ actualLabel }} - {{ t("Getting location") }} -
-
+ {{ + t('No results for "{queryText}"', { + queryText: queryTextWithDefault, + }) + }} +
++ {{ + t( + "You can try another search term or add the address details manually below." + ) + }} +
+
+
- {{ authAuthorizedApplication.application.name }} -
- {{ - urlToHostname(authAuthorizedApplication.application.website) - }} -- {{ - t("Last used on {last_used_date}", { - last_used_date: formatDateString( - authAuthorizedApplication.lastUsedAt - ), - }) - }} - {{ t("Never used") }} ⋅ - {{ - t("Authorized on {authorization_date}", { - authorization_date: formatDateString( - authAuthorizedApplication.insertedAt - ), - }) - }} -
-+ {{ authAuthorizedApplication.application.name }} +
+ {{ + urlToHostname(authAuthorizedApplication.application.website) + }} ++ {{ + t("Last used on {last_used_date}", { + last_used_date: formatDateString( + authAuthorizedApplication.lastUsedAt + ), + }) + }} + {{ t("Never used") }} ⋅ + {{ + t("Authorized on {authorization_date}", { + authorization_date: formatDateString( + authAuthorizedApplication.insertedAt + ), + }) + }} +
+