Refs #6694 fix: VnLocation placeholder i18n #178

Merged
jsegarra merged 1 commits from 6694_fix_placeholder into test 2024-02-05 06:08:47 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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"