Skip to content

Commit

Permalink
Improved: added translation to placeholder (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 28, 2023
1 parent 348fa5a commit 6a351ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FacilityGeoPointModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ion-content>
<form @keyup.enter="saveGeoPoint">
<ion-item class="ion-margin-bottom">
<ion-input placeholder="Zipcode" v-model="geoPoint.postalCode" />
<ion-input :placeholder="translate('Zipcode')" v-model="geoPoint.postalCode" />
<ion-button fill="outline" @click="generateLatLong">
{{ translate("Generate") }}
<ion-icon slot="end" :icon="colorWandOutline" />
Expand Down

0 comments on commit 6a351ef

Please sign in to comment.