diff --git a/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx b/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx index 0ddb83469..2573ec0e2 100644 --- a/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx +++ b/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx @@ -21,7 +21,7 @@ export function SharedCollectionOption({ handleCollectionAction }: Iprops) { CollectionActions.CONFIRM_LEAVE_SHARED_ALBUM, false )}> - {constants.LEAVE_ALBUM} + {constants.LEAVE} ); } diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 142e7de5a..012f9bd3a 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -270,7 +270,7 @@ const englishConstants = { MANAGEMENT_PORTAL: 'Manage payment method', MANAGE_FAMILY_PORTAL: 'Manage family', 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?', CHOOSE_PLAN: 'Choose your plan', MANAGE_PLAN: 'Manage your subscription',