Change wording

This commit is contained in:
2016-01-30 13:35:01 +11:00
parent c2fef6ddd9
commit 2d80df15b2

View File

@@ -36,7 +36,7 @@ function booking_rooms_allocate_test_form($node, &$form_state, $location_id) {
$options = array(); $options = array();
$counter = 0; $counter = 0;
$prefix = "<p>Enter a person's surname in the text field to autocomplete with the person's details. Make sure you click on the person from the dropdown list that appears in order to allocate a bed.</p>"; $prefix = "<p>Enter a person's surname in the text field to autocomplete with the person's details. Make sure you click on the person from the dropdown list that appears.</p>";
$form['first_para'] = array ( $form['first_para'] = array (
'#type' => 'markup', '#type' => 'markup',
'#markup' => $prefix, '#markup' => $prefix,