summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/models/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/constants.ts b/src/models/constants.ts
index 66070ec8..d115b829 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -137,7 +137,7 @@ export const CIRCLES_MEMBER_GROUPING = [
},
{
id: `picker-${Type.SHARE_TYPE_GROUP}`,
- label: t('contacts', 'Contact groups'),
+ label: t('contacts', 'User groups'),
share: Type.SHARE_TYPE_GROUP,
type: MEMBER_TYPE_GROUP
},