Merge pull request #18731 from colemanw/angularSettingsFactory
[civicrm-core.git] / CRM / Campaign / Form / Petition.php
index 852fdbe1a2efeab335a4df13d424c08344eb46c8..4cb12eed34ba28ce5097bee70b67d5ce1591b6ae 100644 (file)
@@ -203,7 +203,7 @@ class CRM_Campaign_Form_Petition extends CRM_Core_Form {
     $this->add('checkbox', 'bypass_confirm', ts('Bypass email confirmation'));
 
     //is share through social media
-    $this->addElement('checkbox', 'is_share', ts('Allow sharing through social media?'));
+    $this->addElement('checkbox', 'is_share', ts('Add footer region with Twitter, Facebook and LinkedIn share buttons and scripts?'));
 
     // is active ?
     $this->add('checkbox', 'is_active', ts('Is Active?'));