diff --git a/src/lib/components/wizard/StepCardDetails.svelte b/src/lib/components/wizard/StepCardDetails.svelte index 39707d3..6539f6e 100644 --- a/src/lib/components/wizard/StepCardDetails.svelte +++ b/src/lib/components/wizard/StepCardDetails.svelte @@ -74,7 +74,7 @@ {canProceed} {currentStep} onForward={handleContinue} - textBack="Back to Row Filtering" + textBack="Back to Row Selection" textForwardEnabled="Continue to Photo Review" textForwardDisabled="Please fill out all fields" /> diff --git a/src/lib/components/wizard/StepColumnMap.svelte b/src/lib/components/wizard/StepColumnMap.svelte index 8b2de33..b881c3a 100644 --- a/src/lib/components/wizard/StepColumnMap.svelte +++ b/src/lib/components/wizard/StepColumnMap.svelte @@ -734,7 +734,7 @@ {currentStep} textBack="Back to Sheet Selection" textForwardDisabled="Select a column mapping" - textForwardEnabled="Continue" + textForwardEnabled="Continue to Row Selection" onForward={handleContinue} /> diff --git a/src/lib/components/wizard/StepGallery.svelte b/src/lib/components/wizard/StepGallery.svelte index 38abbb0..c1edb00 100644 --- a/src/lib/components/wizard/StepGallery.svelte +++ b/src/lib/components/wizard/StepGallery.svelte @@ -547,7 +547,7 @@ p.status === 'success' && p.cropData).length} Cards`} /> diff --git a/src/lib/components/wizard/StepRowFilter.svelte b/src/lib/components/wizard/StepRowFilter.svelte index 36721fa..4bb47b2 100644 --- a/src/lib/components/wizard/StepRowFilter.svelte +++ b/src/lib/components/wizard/StepRowFilter.svelte @@ -365,7 +365,7 @@ currentStep={currentStep} onForward={handleContinue} textBack="Back to Column Mapping" - textForwardEnabled="Continue ({selectedCount} selected)" + textForwardEnabled="Continue to Card Details" textForwardDisabled="Select at least one valid row" /> diff --git a/src/lib/components/wizard/StepSheetSearch.svelte b/src/lib/components/wizard/StepSheetSearch.svelte index 1f83969..5910c40 100644 --- a/src/lib/components/wizard/StepSheetSearch.svelte +++ b/src/lib/components/wizard/StepSheetSearch.svelte @@ -257,6 +257,6 @@ {currentStep} textBack="Back to Auth" textForwardDisabled="Select a sheet" - textForwardEnabled="Continue" + textForwardEnabled="Continue to Column Mapping" />