From f001a0631879728c1b28fbbaa85be11709c2ec25 Mon Sep 17 00:00:00 2001 From: Nicol Date: Mon, 12 Oct 2020 16:34:38 +0200 Subject: [PATCH] Update Settings.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/Contribute/Form/ContributionPage/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/ContributionPage/Settings.php b/CRM/Contribute/Form/ContributionPage/Settings.php index 07e498ae48..aa03ed46eb 100644 --- a/CRM/Contribute/Form/ContributionPage/Settings.php +++ b/CRM/Contribute/Form/ContributionPage/Settings.php @@ -168,7 +168,7 @@ class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_ $this->addElement('checkbox', 'is_confirm_enabled', ts('Use a confirmation page?')); // is this page shareable 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 this page active ? $this->addElement('checkbox', 'is_active', ts('Is this Online Contribution Page Active?')); -- 2.25.1