diff options
author | Sashi20 | 2024-03-28 11:37:53 +0530 |
---|---|---|
committer | Sashi20 | 2024-03-28 11:37:53 +0530 |
commit | bcbf6213885daecc335e75d3b9f76a68d5b16136 (patch) | |
tree | 4b28d2524dfa913dfbe1ca08edad52f014dbb0a4 | |
parent | c69826f8ba5b88c1e13eb021e8974cec425f9fa0 (diff) | |
download | r_case_study-bcbf6213885daecc335e75d3b9f76a68d5b16136.tar.gz r_case_study-bcbf6213885daecc335e75d3b9f76a68d5b16136.tar.bz2 r_case_study-bcbf6213885daecc335e75d3b9f76a68d5b16136.zip |
Modify description text for methodology details
-rwxr-xr-x | proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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('<h5>Methodology Details</h5>'), - '#markup' => t('Kindly refer to Point no. 4 in the <a href= "https://r.fossee.in/case-study-project/submission-guidelines" target="_blank">Submission Guidlines</a> to know the requirements of the document.') + '#markup' => t('Kindly refer to Point no. 4 of the Proposal Documents in the <a href= "https://r.fossee.in/case-study-project/submission-guidelines" target="_blank">Submission Guidlines</a> to know the requirements of the document.') ); $form['abstract_file'] = array( '#type' => 'fieldset', |