Skip to content

Commit

Permalink
Update form-field-specs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Oct 30, 2023
1 parent 38a4b73 commit 7f12a0a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions client-src/elements/form-field-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,9 +1133,11 @@ export const ALL_FIELDS = {
initial: false,
label: 'Trial participation requires approval',
help_text: html`
<p>
Will this trial require registrants to receive approval before
participating? See information about this setting at
<a target="_blank" href="">Some link</a>`,
participating? Please reach out to [email protected]
beforehand to discuss options here.
</p>`,
},

'ot_approval_buganizer_component': {
Expand Down Expand Up @@ -1169,7 +1171,10 @@ export const ALL_FIELDS = {
required: true,
label: 'Approval criteria link',
help_text: html`
Link to documentation describing the requirements to be approved for trial participation.`,
<p>
Link to documentation public describing the requirements
to be approved for trial participation.
</p>`,
},

'ot_creation__intent_to_experiment_url': {
Expand Down

0 comments on commit 7f12a0a

Please sign in to comment.