From 6985dad8aa95cd52a9a82b0789ad609b5f75ef5e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 16 Nov 2014 17:15:41 -0500 Subject: [PATCH] CRM-15603 - Standardize case of 'Recurring Contributions' --- CRM/Contribute/Form/ContributionPage/Amount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/ContributionPage/Amount.php b/CRM/Contribute/Form/ContributionPage/Amount.php index 9258d0a64d..00c066809d 100644 --- a/CRM/Contribute/Form/ContributionPage/Amount.php +++ b/CRM/Contribute/Form/ContributionPage/Amount.php @@ -122,7 +122,7 @@ SELECT id //check if selected payment processor supports recurring payment if (!empty($recurringPaymentProcessor)) { - $this->addElement('checkbox', 'is_recur', ts('Recurring contributions'), NULL, + $this->addElement('checkbox', 'is_recur', ts('Recurring Contributions'), NULL, array('onclick' => "showHideByValue('is_recur',true,'recurFields','table-row','radio',false);") ); $this->addCheckBox('recur_frequency_unit', ts('Supported recurring units'), -- 2.25.1