diff --git a/src/screens/StarterPack/Wizard/StepFeeds.tsx b/src/screens/StarterPack/Wizard/StepFeeds.tsx index 8acc8ca262..4eb3fd8ff4 100644 --- a/src/screens/StarterPack/Wizard/StepFeeds.tsx +++ b/src/screens/StarterPack/Wizard/StepFeeds.tsx @@ -15,8 +15,6 @@ function keyExtractor(item: GeneratorView) { export function StepFeeds() { const [state, dispatch] = useWizardState() - console.log(state) - const renderItem = ({item}: ListRenderItemInfo) => { return } diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 757277fcd9..cb53185f4c 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -102,11 +102,11 @@ function WizardInner() { button: _(msg`Continue`), }, Profiles: { - header: _(msg`Add profiles`), + header: _(msg`Profiles`), button: _(msg`Continue`), }, Feeds: { - header: _(msg`Add feeds`), + header: _(msg`Feeds`), button: _(msg`Finish`), }, }