reword header
This commit is contained in:
@@ -115,7 +115,7 @@ export function Provider({
|
|||||||
step: initialStep,
|
step: initialStep,
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
canNext: true,
|
canNext: false,
|
||||||
currentStep: initialStep,
|
currentStep: initialStep,
|
||||||
profiles: [],
|
profiles: [],
|
||||||
feeds: [],
|
feeds: [],
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ function WizardInner() {
|
|||||||
const wizardUiStrings: Record<WizardStep, {header: string; button: string}> =
|
const wizardUiStrings: Record<WizardStep, {header: string; button: string}> =
|
||||||
{
|
{
|
||||||
Details: {
|
Details: {
|
||||||
header: _(msg`Create a Starter Pack`),
|
header: _(msg`Starter Pack`),
|
||||||
button: _(msg`Continue`),
|
button: _(msg`Continue`),
|
||||||
},
|
},
|
||||||
Profiles: {
|
Profiles: {
|
||||||
|
|||||||
Reference in New Issue
Block a user