change title wording

This commit is contained in:
Hailey
2024-06-04 18:08:18 -07:00
parent d18c5405d0
commit 3ea27b7a5d
2 changed files with 2 additions and 4 deletions
@@ -15,8 +15,6 @@ function keyExtractor(item: GeneratorView) {
export function StepFeeds() {
const [state, dispatch] = useWizardState()
console.log(state)
const renderItem = ({item}: ListRenderItemInfo<GeneratorView>) => {
return <WizardFeedCard generator={item} state={state} dispatch={dispatch} />
}
+2 -2
View File
@@ -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`),
},
}