CRM-17951 fix capitalisation on upgrade insert
authorEileen McNaughton <eileen@mcnaughty.com>
Fri, 5 Feb 2016 19:53:13 +0000 (08:53 +1300)
committerEileen McNaughton <eileen@mcnaughty.com>
Fri, 5 Feb 2016 19:53:13 +0000 (08:53 +1300)
CRM/Upgrade/Incremental/php/FourSeven.php

index 40dfe2bca5e886546f4c7ac0ea6882fdf60718df..7d6a32749b4104a2e61d39b302c64effb1c0d797 100644 (file)
@@ -471,8 +471,8 @@ FROM `civicrm_dashboard_contact` WHERE 1 GROUP BY contact_id";
 
     CRM_Core_BAO_OptionValue::ensureOptionValueExists(array(
       'option_group_id' => 'account_relationship',
-      'name' => 'Chargeback Account Is',
-      'label' => ts('Chargeback Account Is'),
+      'name' => 'Chargeback Account is',
+      'label' => ts('Chargeback Account is'),
       'is_active' => TRUE,
       'component_id' => 'CiviContribute',
     ));