From bbb36eb8d9cfaabac2e158466aa30ee909ceffe6 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 21:39:05 -0500 Subject: [PATCH] CRM-15603 - Standardize case of 'Participant Count' --- CRM/Price/Form/Option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/Form/Option.php b/CRM/Price/Form/Option.php index 543ed01140..1437de358a 100644 --- a/CRM/Price/Form/Option.php +++ b/CRM/Price/Form/Option.php @@ -178,7 +178,7 @@ class CRM_Price_Form_Option extends CRM_Core_Form { if (in_array($eventComponentId, $allComponents)) { $this->isEvent = TRUE; // count - $this->add('text', 'count', ts('Participants Count')); + $this->add('text', 'count', ts('Participant Count')); $this->addRule('count', ts('Please enter a valid Max Participants.'), 'positiveInteger'); $this->add('text', 'max_value', ts('Max Participants')); -- 2.25.1