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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/constants/AccountPropertyConstants.js')
-rw-r--r--apps/settings/src/constants/AccountPropertyConstants.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/constants/AccountPropertyConstants.js b/apps/settings/src/constants/AccountPropertyConstants.js
index 6e39718f1c2..ea8aa76703d 100644
--- a/apps/settings/src/constants/AccountPropertyConstants.js
+++ b/apps/settings/src/constants/AccountPropertyConstants.js
@@ -63,7 +63,7 @@ export const ACCOUNT_PROPERTY_READABLE_ENUM = Object.freeze({
/** Enum of profile specific sections to human readable names */
export const PROFILE_READABLE_ENUM = Object.freeze({
- PROFILE_VISIBILITY: t('settings', 'Profile Visibility'),
+ PROFILE_VISIBILITY: t('settings', 'Profile visibility'),
})
/** Enum of readable account properties to account property keys used by the server */