diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 76691dc985..7cee86f840 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -493,17 +493,29 @@ function Footer({ are included in your starter pack - ) : ( - + ) : state.currentStep === 'Profiles' ? ( + {getName(items[initialNamesIndex])},{' '} {getName(items[initialNamesIndex + 1])},{' '} - and {items.length - 2}{' '} - are - included in your starter pack + and{' '} + {' '} + are included in your starter pack + + ) : ( + + + {getName(items[initialNamesIndex])},{' '} + + + {getName(items[initialNamesIndex + 1])},{' '} + + and{' '} + {' '} + are included in your starter pack )}