summaryrefslogtreecommitdiffstats
path: root/src/models/constants.ts
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-03 09:33:08 +0200
committerGitHub <noreply@github.com>2021-06-03 09:33:08 +0200
commit9c9b506aad3958e8dab872c9a4364c2b24564ea2 (patch)
tree8de3d75cb59673b0adebe1cae26bb28ba489a3e7 /src/models/constants.ts
parent948bf9f38a7d90a44f29f53b8e3baac90b86925c (diff)
parentef4998745f7becdab35d76eb4bcec3090c7c4d5a (diff)
Merge pull request #2244 from nextcloud/Valdnet-patch-1
l10n: Correct spelling
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 f08b0e7b..99a262aa 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -80,7 +80,7 @@ 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', 'Mail'),
+ [MEMBER_TYPE_MAIL]: t('circles', 'Email'),
[MEMBER_TYPE_CONTACT]: t('circles', 'Contact'),
}