From 7f6e188543fa9807a1fd528579bd5c1baebb86ed Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 4 Jun 2024 21:30:20 -0700 Subject: [PATCH] reword header --- src/screens/StarterPack/Wizard/State.tsx | 2 +- src/screens/StarterPack/Wizard/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {