From 6d9bc634eb0a9220ee367d984a252fd954807ca7 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Thu, 9 Sep 2021 10:15:02 +0530 Subject: Updating the charater minimum limit value --- proposal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal.inc b/proposal.inc index f27a4a1..32ccdf9 100755 --- a/proposal.inc +++ b/proposal.inc @@ -449,7 +449,7 @@ function chemistry_lab_proposal_form_validate($form, &$form_state) } //strlen($form_state['values']['project_title']) > 250 else if (strlen($form_state['values']['description']) < 250) { - form_set_error('description', t('Minimum charater limit is 500 charaters, please check the length of the description')); + form_set_error('description', t('Minimum charater limit is 250 charaters, please check the length of the description')); } //strlen($form_state['values']['project_title']) < 10 } //$form_state['values']['project_title'] != '' else -- cgit