change title wording
This commit is contained in:
@@ -15,8 +15,6 @@ function keyExtractor(item: GeneratorView) {
|
|||||||
export function StepFeeds() {
|
export function StepFeeds() {
|
||||||
const [state, dispatch] = useWizardState()
|
const [state, dispatch] = useWizardState()
|
||||||
|
|
||||||
console.log(state)
|
|
||||||
|
|
||||||
const renderItem = ({item}: ListRenderItemInfo<GeneratorView>) => {
|
const renderItem = ({item}: ListRenderItemInfo<GeneratorView>) => {
|
||||||
return <WizardFeedCard generator={item} state={state} dispatch={dispatch} />
|
return <WizardFeedCard generator={item} state={state} dispatch={dispatch} />
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,11 +102,11 @@ function WizardInner() {
|
|||||||
button: _(msg`Continue`),
|
button: _(msg`Continue`),
|
||||||
},
|
},
|
||||||
Profiles: {
|
Profiles: {
|
||||||
header: _(msg`Add profiles`),
|
header: _(msg`Profiles`),
|
||||||
button: _(msg`Continue`),
|
button: _(msg`Continue`),
|
||||||
},
|
},
|
||||||
Feeds: {
|
Feeds: {
|
||||||
header: _(msg`Add feeds`),
|
header: _(msg`Feeds`),
|
||||||
button: _(msg`Finish`),
|
button: _(msg`Finish`),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user