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