From 85f6d97c8bb8d42be4eccd33bef22ffbf24d515d Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Tue, 12 Dec 2023 14:22:25 +0530 Subject: change in alignment and add description --- lab_migration.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lab_migration.module') diff --git a/lab_migration.module b/lab_migration.module index 2ec2172..430feb9 100755 --- a/lab_migration.module +++ b/lab_migration.module @@ -1011,7 +1011,7 @@ function lab_migration_certificate_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details'), - '#description' => 'Eg. V or II', + '#description' => 'Eg. 5th or 2nd', '#required' => TRUE ); $form['proposal_id'] = array( @@ -1114,7 +1114,7 @@ function lab_migration_certificate_edit_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details '), - '#description' => 'Eg.V or II', + '#description' => 'Eg. 5th or 2nd', '#default_value' => $details_list->semester_details ); $form['proposal_id'] = array( @@ -1236,7 +1236,7 @@ function lab_migration_certificate_participation_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details and department'), - '#description' => 'Eg. V or II', + '#description' => 'Eg. 5th or 2nd', '#required' => TRUE ); $form['proposal_id'] = array( @@ -1337,7 +1337,7 @@ function lab_migration_certificate_participation_edit_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details and department'), - '#description' => 'Eg. V or II', + '#description' => 'Eg. 5th or 2nd', '#default_value' => $details_list->semester_details ); $form['proposal_id'] = array( -- cgit