diff --git a/src/screens/StarterPack/Wizard/State.tsx b/src/screens/StarterPack/Wizard/State.tsx index a14ab5ddad..2b778ff741 100644 --- a/src/screens/StarterPack/Wizard/State.tsx +++ b/src/screens/StarterPack/Wizard/State.tsx @@ -115,7 +115,7 @@ export function Provider({ step: initialStep, } : { - canNext: true, + canNext: false, currentStep: initialStep, profiles: [], feeds: [], diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index a2ceb5cfea..8bbca34b29 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -93,7 +93,7 @@ function WizardInner() { const wizardUiStrings: Record = { Details: { - header: _(msg`Create a Starter Pack`), + header: _(msg`Starter Pack`), button: _(msg`Continue`), }, Profiles: {