diff --git a/components/EngagementForm.tsx b/components/EngagementForm.tsx index 5f44493..c05bfed 100644 --- a/components/EngagementForm.tsx +++ b/components/EngagementForm.tsx @@ -759,7 +759,7 @@ function SuccessDestination({ onClick={onAnother} className="inline-flex items-center justify-center rounded-md border border-rule bg-paper px-5 py-2 text-sm font-medium text-ink-soft transition hover:bg-paper-2/60 focus:outline-none focus-visible:ring-2 focus-visible:ring-leaf-500/40" > - Submit another survey + Submit an update

It's safe to close this window.

diff --git a/config/form.ts b/config/form.ts index 2baef4b..e82b7e8 100644 --- a/config/form.ts +++ b/config/form.ts @@ -781,7 +781,7 @@ export const formConfig: FormConfig = { id: "org_engagement_check_in", title: "Co-op Survey", subtitle: - "Thank you for updating your co-op information. The questions you'll see depend on where you are in the Framework.", + "Thank you for updating your co-op information. The questions you'll see depend on where you are in the Framework. Please provide whatever information you can. You do not need to fill in every field to submit.", stageField: "current_stage", sections: [submitterInfo, stage0, stage1, stage2, stage3, stage4, stage5], };