Submit confirm: trim copy and use 'survey' wording
Drops the trailing sentence about returning later for another check-in (now redundant with the post-submit CTA) and matches the rest of the UI's 'survey' terminology.
This commit is contained in:
@@ -322,9 +322,8 @@ export function EngagementForm({ config, cid, cs }: EngagementFormProps) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const confirmed = window.confirm(
|
const confirmed = window.confirm(
|
||||||
"Submit your check-in?\n\n" +
|
"Submit your survey?\n\n" +
|
||||||
"Please confirm your responses are complete and ready. " +
|
"Please confirm your responses are complete and ready. ",
|
||||||
"After submitting, you can come back later and submit another check-in with updates.",
|
|
||||||
);
|
);
|
||||||
if (!confirmed) return;
|
if (!confirmed) return;
|
||||||
setSubmitState({ kind: "submitting" });
|
setSubmitState({ kind: "submitting" });
|
||||||
|
|||||||
Reference in New Issue
Block a user