Update Petition.php
authorNicol <vingle@users.noreply.github.com>
Mon, 12 Oct 2020 14:39:34 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 14:39:34 +0000 (16:39 +0200)
Change in language to be more accurate, in relation to this issue: https://lab.civicrm.org/dev/user-interface/-/issues/21#note_48976.

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?'));