summaryrefslogtreecommitdiff
path: root/lab_migration.module
diff options
context:
space:
mode:
authorakshay90852023-12-12 14:22:25 +0530
committerakshay90852023-12-12 14:22:25 +0530
commit85f6d97c8bb8d42be4eccd33bef22ffbf24d515d (patch)
treefddff6975c8f6ccf22a2330b181a7e488494a9cd /lab_migration.module
parent643aea437d36eac961e9384a130eff81241cc754 (diff)
downloadcfd_lab_migration-85f6d97c8bb8d42be4eccd33bef22ffbf24d515d.tar.gz
cfd_lab_migration-85f6d97c8bb8d42be4eccd33bef22ffbf24d515d.tar.bz2
cfd_lab_migration-85f6d97c8bb8d42be4eccd33bef22ffbf24d515d.zip
change in alignment and add description
Diffstat (limited to 'lab_migration.module')
-rwxr-xr-xlab_migration.module8
1 files changed, 4 insertions, 4 deletions
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(