Change in language to be more accurate, in relation to this issue: https://lab.civicrm.org/dev/user-interface/-/issues/21#note_48976.
$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?'));