change title wording
This commit is contained in:
@@ -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} />
|
||||
}
|
||||
|
||||
@@ -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`),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user