description update

This commit is contained in:
2016-05-24 22:19:10 +10:00
parent 2e09ca1814
commit 4d3bcb4949

View File

@@ -285,6 +285,7 @@ function travel_form($node, &$form_state, $inserting = FALSE, $nid = 0)
$form['requirements']['booking_bf_gf_nid'] = array(
'#type' => 'textfield',
'#title' => t('Registration ID of Boyfriend/Girlfriend to be placed in the same discussion groups as you.'),
'#description' => t('If you\'re not sure what this number is, ask your Significant Other to look at the confirmation email they received when they registered.'),
'#maxlength' => 15,
'#size' => 4,
'#required' => FALSE,