Skip to content

Commit

Permalink
update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBemis committed Feb 6, 2025
1 parent 165324e commit f52e9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-admin/src/forms/FormPreviewOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const FormPreviewOptions = (props: FormPreviewOptionsProps) => {
forceUpdate() //trigger a re-render to persist the answers to the survey model
setCopyTriggered(true)
}}>
<FontAwesomeIcon icon={faClipboard}/> Copy selected answers
<FontAwesomeIcon icon={faClipboard}/> Copy answers
</Button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion ui-admin/src/study/surveys/PreEnrollShortcutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function PreEnrollShortcutModal({
`If set, any participant signing up with this link will have these answers
pre-filled in the pre-enroll survey. Go to the "Preview" tab in the survey
builder and fill out the answers you want to pre-fill. Then, click the
"Copy selected answers" button to copy the answers to the clipboard.
"Copy answers" button to copy the answers to the clipboard.
Finally, paste that value here. `
}
label={'Pre-filled Answers'}
Expand Down

0 comments on commit f52e9f1

Please sign in to comment.