Fixed English constant issue

This commit is contained in:
Ananddubey01 2023-01-11 12:15:53 +05:30
parent 8b56fe8c60
commit 27c72d5402
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ export function SharedCollectionOption({ handleCollectionAction }: Iprops) {
CollectionActions.CONFIRM_LEAVE_SHARED_ALBUM, CollectionActions.CONFIRM_LEAVE_SHARED_ALBUM,
false false
)}> )}>
{constants.LEAVE_ALBUM} {constants.LEAVE}
</OverflowMenuOption> </OverflowMenuOption>
); );
} }

View file

@ -270,7 +270,7 @@ const englishConstants = {
MANAGEMENT_PORTAL: 'Manage payment method', MANAGEMENT_PORTAL: 'Manage payment method',
MANAGE_FAMILY_PORTAL: 'Manage family', MANAGE_FAMILY_PORTAL: 'Manage family',
LEAVE_FAMILY_PLAN: 'Leave family plan', LEAVE_FAMILY_PLAN: 'Leave family plan',
LEAVE_ALBUM: 'Leave Album', LEAVE: 'Leave',
LEAVE_FAMILY_CONFIRM: 'Are you sure that you want to leave family plan?', LEAVE_FAMILY_CONFIRM: 'Are you sure that you want to leave family plan?',
CHOOSE_PLAN: 'Choose your plan', CHOOSE_PLAN: 'Choose your plan',
MANAGE_PLAN: 'Manage your subscription', MANAGE_PLAN: 'Manage your subscription',