From fe572ea7a9d675f119c5fd1911f60ae340c12db5 Mon Sep 17 00:00:00 2001 From: Jagadedes Date: Wed, 24 Sep 2014 08:58:52 +0530 Subject: [PATCH] #29750 progressbar self review --- CRM/Wci/Form/ProgressBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Wci/Form/ProgressBar.php b/CRM/Wci/Form/ProgressBar.php index 20179d5..e812cd4 100644 --- a/CRM/Wci/Form/ProgressBar.php +++ b/CRM/Wci/Form/ProgressBar.php @@ -43,7 +43,7 @@ class CRM_Wci_Form_ProgressBar extends CRM_Core_Form { $this->add( 'text', // field type 'percentage_1', // field name - 'percentage', // field label + 'Percentage', // field label true // is required ); -- 2.25.1