From 007a44550bfc83795c390a231dfd141e1f4c6e50 Mon Sep 17 00:00:00 2001 From: Nicol Date: Mon, 12 Oct 2020 16:39:34 +0200 Subject: [PATCH] Update Petition.php 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Campaign/Form/Petition.php b/CRM/Campaign/Form/Petition.php index 852fdbe1a2..4cb12eed34 100644 --- a/CRM/Campaign/Form/Petition.php +++ b/CRM/Campaign/Form/Petition.php @@ -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?')); -- 2.25.1