Survey copy: clarify subtitle and rename submit-another button
Subtitle now tells respondents they can skip fields they do not know. Post-submit CTA says Submit an update since the same form is the ongoing update channel, not a one-off survey.
This commit is contained in:
@@ -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
|
||||
</button>
|
||||
<p className="text-xs text-ink-mute">It's safe to close this window.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user