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"