reword header

This commit is contained in:
Hailey
2024-06-04 21:30:20 -07:00
parent 876daf7f84
commit 7f6e188543
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export function Provider({
step: initialStep,
}
: {
canNext: true,
canNext: false,
currentStep: initialStep,
profiles: [],
feeds: [],
+1 -1
View File
@@ -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: {