From 621df4149746d1e25fa84a4c99de40ee9b41eb08 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Thu, 29 Sep 2022 19:33:22 -0600 Subject: [PATCH] Update Registration.php --- CRM/Event/Form/ManageEvent/Registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index d3512ff84d..c2b186cddd 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -253,7 +253,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent $this->addElement('checkbox', 'allow_same_participant_emails', - ts('Allow same email or multiple registrations?') + ts('Allow same email and multiple registrations?') ); $this->assign('ruleFields', json_encode($ruleFields)); -- 2.25.1