Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-11-30 18:08:10 +0300
committerGeorg Ehrke <developer@georgehrke.com>2020-04-20 13:57:33 +0300
commit68b39a3b262e4fa6a55f41ff8864fc3537af41fb (patch)
treeb5bc33fa21f0ece7757d682d51f3d0ff51ec6c4a /src
parentc48adbfec2ef5e91abc876c848e9bbcb08e8b60e (diff)
Change placeholder text
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'src')
-rw-r--r--src/components/Location.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Location.vue b/src/components/Location.vue
index 1b02bc3..5bbdeb9 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" />
<span v-show="isSavingChanges" class="icon icon-loading" />
</div>