diff options
author | akshay9085 | 2023-12-15 10:38:28 +0530 |
---|---|---|
committer | akshay9085 | 2023-12-15 10:38:28 +0530 |
commit | e5cc6e5db2dd355f40fc56e5473eb872c7d42c8d (patch) | |
tree | e7ddf4aa99b624fed7db0c4db78bf349228c80f1 | |
parent | 43759ae4e3f111e426e25b76abec7185e0ff76e5 (diff) | |
download | cfd_lab_migration-e5cc6e5db2dd355f40fc56e5473eb872c7d42c8d.tar.gz cfd_lab_migration-e5cc6e5db2dd355f40fc56e5473eb872c7d42c8d.tar.bz2 cfd_lab_migration-e5cc6e5db2dd355f40fc56e5473eb872c7d42c8d.zip |
change the typo error
-rwxr-xr-x | lab_migration.module | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lab_migration.module b/lab_migration.module index 430feb9..cb43992 100755 --- a/lab_migration.module +++ b/lab_migration.module @@ -990,12 +990,12 @@ function lab_migration_certificate_form($form, $form_state) ); $form['institute_name'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue Name'), + '#title' => t('college / Institue Name'), '#required' => TRUE ); $form['institute_address'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue address'), + '#title' => t('college / Institue address'), '#required' => TRUE ); $form['lab_name'] = array( @@ -1093,12 +1093,12 @@ function lab_migration_certificate_edit_form($form, $form_state) ); $form['institute_name'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue Name'), + '#title' => t('college / Institue Name'), '#default_value' => $details_list->institute_name ); $form['institute_address'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue address'), + '#title' => t('college / Institue address'), '#default_value' => $details_list->institute_address ); $form['lab_name'] = array( @@ -1215,12 +1215,12 @@ function lab_migration_certificate_participation_form($form, $form_state) ); $form['institute_name'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue Name'), + '#title' => t('college / Institue Name'), '#required' => TRUE ); $form['institute_address'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue address'), + '#title' => t('college / Institue address'), '#required' => TRUE ); $form['lab_name'] = array( @@ -1316,12 +1316,12 @@ function lab_migration_certificate_participation_edit_form($form, $form_state) ); $form['institute_name'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue Name'), + '#title' => t('college / Institue Name'), '#default_value' => $details_list->institute_name ); $form['institute_address'] = array( '#type' => 'textfield', - '#title' => t('Collage / Institue address'), + '#title' => t('college / Institue address'), '#default_value' => $details_list->institute_address ); $form['lab_name'] = array( |