diff options
author | Sashi20 | 2022-12-30 18:02:05 +0530 |
---|---|---|
committer | Sashi20 | 2022-12-30 18:02:05 +0530 |
commit | 7709fd59c6e04931fe580815435a82713ecbc538 (patch) | |
tree | 8c6c18198680a5a0944646b30eddb1c7bf93041e | |
parent | b69e903afa5fb72d5db76d51ea4cc958ea6d6391 (diff) | |
download | fellowship_testimonials-7709fd59c6e04931fe580815435a82713ecbc538.tar.gz fellowship_testimonials-7709fd59c6e04931fe580815435a82713ecbc538.tar.bz2 fellowship_testimonials-7709fd59c6e04931fe580815435a82713ecbc538.zip |
Update field description
-rw-r--r-- | vle_registration.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vle_registration.inc b/vle_registration.inc index 4fe96ef..4a1c437 100644 --- a/vle_registration.inc +++ b/vle_registration.inc @@ -175,8 +175,7 @@ function animation_hackathon_vle_registration_form($form, &$form_state) { ); $form["team_member_2"]["name"] = array( "#type" => 'textfield', - "#title" => t('Name of team member 2 (team lead)'), - "#description" => t('This team member will be considered as the Team Lead who shall be our point of contact.'), + "#title" => t('Name of team member 2'), "#required" => TRUE, '#validated' => TRUE ); |