diff --git a/components/wizard/steps/review-step.tsx b/components/wizard/steps/review-step.tsx
index ccee5ed..581f748 100644
--- a/components/wizard/steps/review-step.tsx
+++ b/components/wizard/steps/review-step.tsx
@@ -177,7 +177,24 @@ export function ReviewStep({
}
/>
)}
-
+ {environment.youtubeVideoId && /^[a-zA-Z0-9_-]{11}$/.test(environment.youtubeVideoId) ? (
+
+ ) : (
+
+ )}
{/* Settings */}
@@ -315,7 +332,11 @@ export function ReviewStep({
{isSubmitting ? (
<>
- Submitting...
+ {submitPhase === "uploading"
+ ? "Uploading screenshots..."
+ : submitPhase === "saving"
+ ? "Saving entry..."
+ : "Processing..."}
>
) : (
<>