summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-06-05 09:57:56 +0200
committerGitHub <noreply@github.com>2023-06-05 09:57:56 +0200
commit5c3fa13ea4ec12a03359683ae45f1b280de32a67 (patch)
tree6b89cfb530deee4a5d24d92513657c53e3c0f816 /src
parent7ded6fbd474e96f82952b178f52cb7799ff24def (diff)
May fix some translations
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/models/constants.ts20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/models/constants.ts b/src/models/constants.ts
index 6c336907..f8d48603 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -87,20 +87,20 @@ const CIRCLE_CONFIG_FEDERATED: CircleConfig = 32768 // Federated
// Existing members types
export const CIRCLES_MEMBER_TYPES = {
- [MEMBER_TYPE_CIRCLE]: t('circles', 'Circle'),
- [MEMBER_TYPE_USER]: t('circles', 'User'),
- [MEMBER_TYPE_GROUP]: t('circles', 'Group'),
- [MEMBER_TYPE_MAIL]: t('circles', 'Email'),
- [MEMBER_TYPE_CONTACT]: t('circles', 'Contact'),
+ [MEMBER_TYPE_CIRCLE]: t('contacts', 'Circle'),
+ [MEMBER_TYPE_USER]: t('contacts', 'User'),
+ [MEMBER_TYPE_GROUP]: t('contacts', 'Group'),
+ [MEMBER_TYPE_MAIL]: t('contacts', 'Email'),
+ [MEMBER_TYPE_CONTACT]: t('contacts', 'Contact'),
}
// Available circles promote/demote levels
export const CIRCLES_MEMBER_LEVELS = {
- // [MEMBER_LEVEL_NONE]: t('circles', 'Pending'),
- [MEMBER_LEVEL_MEMBER]: t('circles', 'Member'),
- [MEMBER_LEVEL_MODERATOR]: t('circles', 'Moderator'),
- [MEMBER_LEVEL_ADMIN]: t('circles', 'Admin'),
- [MEMBER_LEVEL_OWNER]: t('circles', 'Owner'),
+ // [MEMBER_LEVEL_NONE]: t('contacts', 'Pending'),
+ [MEMBER_LEVEL_MEMBER]: t('contacts', 'Member'),
+ [MEMBER_LEVEL_MODERATOR]: t('contacts', 'Moderator'),
+ [MEMBER_LEVEL_ADMIN]: t('contacts', 'Admin'),
+ [MEMBER_LEVEL_OWNER]: t('contacts', 'Owner'),
}
// Available circle configs in the circle details view