diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-06-06 09:51:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 09:51:04 +0200 |
commit | 67f45d15a34ab4d434c36fb960ed1d7034ecc37b (patch) | |
tree | 1ab8f58df9bc546f2910d3b97d41c1bce9d32971 | |
parent | 18e7d7f7e805a4ee8de94dd8e955d386ce8a0b39 (diff) |
More appropriate circle section wording Jerome-Herbinet-more-appropriate-circle-section-wording
"user" groups instead of "contact" groups
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
-rw-r--r-- | src/models/constants.ts | 2 |
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 }, |