From b54fa1eaf921e5089c36534cb74f70357f383e3b Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 4 Oct 2023 12:17:26 +0300 Subject: [PATCH] update labels for claimOptions field --- .../profile/edit-community/edit-community.component.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/pages/community-info/profile/edit-community/edit-community.component.ts b/src/app/pages/community-info/profile/edit-community/edit-community.component.ts index d44ae48..d418d0b 100644 --- a/src/app/pages/community-info/profile/edit-community/edit-community.component.ts +++ b/src/app/pages/community-info/profile/edit-community/edit-community.component.ts @@ -111,9 +111,10 @@ export class EditCommunityComponent { {label: 'Hidden', value: 'hidden'} ] public claimOptions: Option[] = [ - {label: 'Anyone can claim', value: 'all'}, - {label: 'Managers only', value: 'managersOnly'}, - {label: 'membersOnly', value: 'membersOnly'} + {label: 'Logged in users', value: 'all'}, + {label: 'Members only', value: 'membersOnly'}, + {label: 'Managers only', value: 'managersOnly'} + ] public membershipOptions: Option[] = [ {label: 'Anyone can join', value: 'open'},