diff options
author | Sashi20 | 2020-01-02 11:55:40 +0530 |
---|---|---|
committer | GitHub | 2020-01-02 11:55:40 +0530 |
commit | 81d6706693a54638348faf28fe418f6403b24350 (patch) | |
tree | 9185b63cba2e7c8700223fadc5c3afd79238eb5b | |
parent | cad21bd234528f53d3baa462f6cd17d4fe90f723 (diff) | |
parent | dc92df2ddc5775e11f9e20d33d8c5a36387934f9 (diff) | |
download | fellowship_testimonials-81d6706693a54638348faf28fe418f6403b24350.tar.gz fellowship_testimonials-81d6706693a54638348faf28fe418f6403b24350.tar.bz2 fellowship_testimonials-81d6706693a54638348faf28fe418f6403b24350.zip |
Merge pull request #1 from Sashi20/master
Modify titles of the fiels
-rw-r--r-- | testimonials_add.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" => "" ); |