-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38a4b73
commit 7f12a0a
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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': { | ||
|
@@ -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': { | ||
|