summaryrefslogtreecommitdiffstats
path: root/src/models/constants.ts
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-28 12:21:52 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-28 12:21:52 +0200
commit8bbc0c2d3bc40122297b19665cf1df3ff3670e1f (patch)
treeb987bea99b85493661e03e3fdf3c54fb24fbf93b /src/models/constants.ts
parentbf247b3861f41b59822cb0965bfa68de6fdb79ab (diff)
Fix circle membership request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 d8356e17..9b7e83aa 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -87,7 +87,7 @@ export const CIRCLES_MEMBER_TYPES = {
}
export const CIRCLES_MEMBER_LEVELS = {
- // [MEMBER_LEVEL_NONE]: t('circles', 'None'),
+ [MEMBER_LEVEL_NONE]: t('circles', 'Pending'),
[MEMBER_LEVEL_MEMBER]: t('circles', 'Member'),
[MEMBER_LEVEL_MODERATOR]: t('circles', 'Moderator'),
[MEMBER_LEVEL_ADMIN]: t('circles', 'Admin'),