From 7f12a0aeb0ec82a524985fc1798ee4b6f3bc8b5f Mon Sep 17 00:00:00 2001 From: Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:56:27 -0700 Subject: [PATCH] Update form-field-specs.js --- client-src/elements/form-field-specs.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/client-src/elements/form-field-specs.js b/client-src/elements/form-field-specs.js index 08c1ae428e82..b12840f476d8 100644 --- a/client-src/elements/form-field-specs.js +++ b/client-src/elements/form-field-specs.js @@ -1133,9 +1133,11 @@ export const ALL_FIELDS = { initial: false, label: 'Trial participation requires approval', help_text: html` +
Will this trial require registrants to receive approval before - participating? See information about this setting at - Some link`, + participating? Please reach out to origin-trials-support@google.com + beforehand to discuss options here. +
`, }, '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.`, ++ Link to documentation public describing the requirements + to be approved for trial participation. +
`, }, 'ot_creation__intent_to_experiment_url': {