diff --git a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx index 7d6d24b0c0..a2d9e39fc7 100644 --- a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx +++ b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx @@ -75,7 +75,7 @@ export function WizardEditListDialog({ ]}> {state.currentStep === 'Profiles' ? ( - Edit Profiles + Edit People ) : ( Edit Feeds )} diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 7259c8b2ff..1b5d3d7964 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -171,7 +171,7 @@ function WizardInner({ nextBtn: _(msg`Next`), }, Profiles: { - header: _(msg`Profiles`), + header: _(msg`People`), nextBtn: _(msg`Next`), subtitle: _( msg`Add people to your starter pack that you think others will enjoy following`,