From d49a82d10c8f7d7b82368c1f9d7acc515a3b3a38 Mon Sep 17 00:00:00 2001 From: JAVIER SEGARRA MARTINEZ Date: Sun, 4 Feb 2024 15:51:54 +0000 Subject: [PATCH] Refs #6694 fix: VnLocation placeholder i18n --- src/components/common/VnLocation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue index 7e42d4b85..b55706ad2 100644 --- a/src/components/common/VnLocation.vue +++ b/src/components/common/VnLocation.vue @@ -99,7 +99,7 @@ function handleFetch(data) { v-model="value" :options="postcodesOptions" :label="t('Location')" - :placeholder="t('Search by postalCode, town, province or country')" + :placeholder="t('Search by postalcode, town, province or country')" @input-value="locationFilter" :default-filter="true" :input-debounce="300"