diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-07-20 00:23:32 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-08-25 23:52:33 +0000 |
commit | dd7cb9784f5334b6057bfdb015ada39a35c1ddd9 (patch) | |
tree | 678a99d2619a41f0e682e54ac9f76d23aa5b32f1 /apps/settings/src/constants/AccountPropertyConstants.js | |
parent | 38d0419f14ad70dbd82ef18946846b8ce3ea1682 (diff) | |
download | nextcloud-server-dd7cb9784f5334b6057bfdb015ada39a35c1ddd9.tar.gz nextcloud-server-dd7cb9784f5334b6057bfdb015ada39a35c1ddd9.zip |
Remake location property saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/settings/src/constants/AccountPropertyConstants.js')
-rw-r--r-- | apps/settings/src/constants/AccountPropertyConstants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/constants/AccountPropertyConstants.js b/apps/settings/src/constants/AccountPropertyConstants.js index 17debe27c55..2f3a84b4908 100644 --- a/apps/settings/src/constants/AccountPropertyConstants.js +++ b/apps/settings/src/constants/AccountPropertyConstants.js @@ -46,7 +46,7 @@ export const ACCOUNT_PROPERTY_ENUM = Object.freeze({ /** Enum of account properties to human readable account property names */ export const ACCOUNT_PROPERTY_READABLE_ENUM = Object.freeze({ - ADDRESS: t('settings', 'Address'), + ADDRESS: t('settings', 'Location'), AVATAR: t('settings', 'Avatar'), BIOGRAPHY: t('settings', 'About'), DISPLAYNAME: t('settings', 'Full name'), |