From 68b39a3b262e4fa6a55f41ff8864fc3537af41fb Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sat, 30 Nov 2019 16:08:10 +0100 Subject: [PATCH] Change placeholder text Signed-off-by: Daniel Kesselberg --- src/components/Location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Location.vue b/src/components/Location.vue index 1b02bc39..5bbdeb98 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -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" />