summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-08-21 09:20:27 +0200
committerGitHub <noreply@github.com>2023-08-21 09:20:27 +0200
commit1695b780f17ce9860eeaa4317ad80209c7c7a237 (patch)
tree0dcf1abe7e572af1c0e1f144ca4f535715460fa3
parent9cd68ef98099c36e4867e95187ff7754ee164612 (diff)
parent5c3fa13ea4ec12a03359683ae45f1b280de32a67 (diff)
Merge pull request #3436 from nextcloud/Jerome-Herbinet-may-fix-some-translations
May fix some translations calls
-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 66070ec8..56fc8db0 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