Skip to content

Commit

Permalink
Change placeholder text
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb authored and georgehrke committed Apr 20, 2020
1 parent c48adbf commit 68b39a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:searchable="true"
track-by="code"
label="label"
:placeholder="$t('privacy', 'Please select a country')"
:placeholder="$t('privacy', 'Please select a region')"
@input="onChange" />
<span v-show="isSavingChanges" class="icon icon-loading" />
</div>
Expand Down

0 comments on commit 68b39a3

Please sign in to comment.