From 9b0515b5c4d404f85ab52b7f2092a127a12ebf96 Mon Sep 17 00:00:00 2001
From: Saketh1499
Date: Tue, 4 Jan 2022 10:50:52 +0530
Subject: Re-directing terms and conditions URL in proposal form
---
proposal.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proposal.inc b/proposal.inc
index 06b4c6e..7abd31a 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -392,7 +392,7 @@ function cfd_case_study_proposal_form($form, &$form_state, $no_js_use = FALSE)
'#type' => 'checkboxes',
'#title' => t('Terms And Conditions'),
'#options' => array(
- 'status' => t('I agree to the Terms and Conditions')
+ 'status' => t('I agree to the Terms and Conditions')
),
'#required' => TRUE
);
--
cgit