From bcbf6213885daecc335e75d3b9f76a68d5b16136 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 28 Mar 2024 11:37:53 +0530 Subject: Modify description text for methodology details --- proposal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal.inc b/proposal.inc index 9fcba56..1d21d91 100755 --- a/proposal.inc +++ b/proposal.inc @@ -346,7 +346,7 @@ function r_case_study_proposal_form($form, &$form_state, $no_js_use = FALSE) $form['sample_abstract_file'] = array( '#type' => 'item', '#title' => t('
Methodology Details
'), - '#markup' => t('Kindly refer to Point no. 4 in the Submission Guidlines to know the requirements of the document.') + '#markup' => t('Kindly refer to Point no. 4 of the Proposal Documents in the Submission Guidlines to know the requirements of the document.') ); $form['abstract_file'] = array( '#type' => 'fieldset', -- cgit