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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/constants.ts')
-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 5624a353..9b3afaa1 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', 'Groups'),
+ label: t('contacts', 'Contact groups'),
share: Type.SHARE_TYPE_GROUP,
type: MEMBER_TYPE_GROUP
},