From 3ea27b7a5dab8e34136f52ceb0e6aa3a95072579 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 4 Jun 2024 18:08:18 -0700 Subject: [PATCH] change title wording --- src/screens/StarterPack/Wizard/StepFeeds.tsx | 2 -- src/screens/StarterPack/Wizard/index.tsx | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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`), }, }