From dc92df2ddc5775e11f9e20d33d8c5a36387934f9 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 2 Jan 2020 11:54:37 +0530 Subject: Modify titles of the fiels --- testimonials_add.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testimonials_add.inc') diff --git a/testimonials_add.inc b/testimonials_add.inc index eeedb90..a38eaaa 100644 --- a/testimonials_add.inc +++ b/testimonials_add.inc @@ -182,12 +182,12 @@ function fellowship_testimonials_add_form($form,$form_state, $testimonial_id = 0 ); $form['fellows_fieldset'][$i]["institute"] = array( "#type" => "textfield", - "#title" => "Department", + "#title" => "University", "#default_value" => "" ); $form['fellows_fieldset'][$i]["place"] = array( "#type" => "textfield", - "#title" => "University", + "#title" => "Place", "#default_value" => "" ); -- cgit