summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-06-05 11:11:22 +0200
committerJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-06-06 08:58:02 +0200
commitfa5447bc39ddabab8f6aa2cd2edf073e2e898c7d (patch)
tree7d8989ac0fd392c5b5ba277004b963dd01c8f864
parent7ded6fbd474e96f82952b178f52cb7799ff24def (diff)
Better description of circles
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Better description of circles Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
-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 6c336907..66070ec8 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -66,7 +66,7 @@ const MEMBER_TYPE_MAIL: MemberType = 4
const MEMBER_TYPE_CONTACT: MemberType = 8
const MEMBER_TYPE_CIRCLE: MemberType = 16
-export const CIRCLE_DESC = t('contacts', 'Circles allow you to create groups with other users on a Nextcloud instance and share with them.')
+export const CIRCLE_DESC = t('contacts', 'Circles are groups of people that you can create yourself and with whom you can share data. They can be made up of other accounts or groups of accounts of the Nextcloud instance, but also of contacts from your address book or even external people by simply entering their e-mail addresses.')
// Circles config flags
const CIRCLE_CONFIG_PERSONAL: CircleConfig = 2 // Personal circle, only the owner can see it.