diff options
author | Johannes Merkel <mail@johannesgge.de> | 2023-06-16 14:29:26 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-07-07 15:16:58 +0000 |
commit | db8da6a571e1b67a8513b267a7d2677fb75fbf5f (patch) | |
tree | 25b2d4e808e11d15927da540d0726e895760c28d /apps/settings/src/components | |
parent | d2be510ff134bd5934c2857be82027945bf081c9 (diff) | |
download | nextcloud-server-db8da6a571e1b67a8513b267a7d2677fb75fbf5f.tar.gz nextcloud-server-db8da6a571e1b67a8513b267a7d2677fb75fbf5f.zip |
fix(sab): put location in proper address field
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src/components')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/LocationSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/LocationSection.vue b/apps/settings/src/components/PersonalInfo/LocationSection.vue index ceef7c432cd..57811ddf3b0 100644 --- a/apps/settings/src/components/PersonalInfo/LocationSection.vue +++ b/apps/settings/src/components/PersonalInfo/LocationSection.vue @@ -23,7 +23,7 @@ <template> <AccountPropertySection v-bind.sync="location" autocomplete="address-level1" - :placeholder="t('settings', 'Your location')" /> + :placeholder="t('settings', 'Your city')" /> </template> <script> |