From 92a34957f382a055f4f5294c56dec0f44f914628 Mon Sep 17 00:00:00 2001 From: Detlev Sieber Date: Thu, 30 Sep 2021 23:27:39 +0200 Subject: [PATCH] Update SelfSvcUpdate.php Changing this text is necessary for internationalization, because otherwise we get an ambigous translation in some languages --- CRM/Event/Form/SelfSvcUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/SelfSvcUpdate.php b/CRM/Event/Form/SelfSvcUpdate.php index a87d7aff27..2f3ac769e0 100644 --- a/CRM/Event/Form/SelfSvcUpdate.php +++ b/CRM/Event/Form/SelfSvcUpdate.php @@ -160,7 +160,7 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form { * return @void */ public function buildQuickForm() { - $this->add('select', 'action', ts('Transfer or Cancel Registration'), [ts('-select-'), ts('Transfer'), ts('Cancel')], TRUE); + $this->add('select', 'action', ts('Transfer or Cancel Registration'), [ts('-select-'), ts('Transfer'), ts('Cancel Registration')], TRUE); $this->addButtons([ [ 'type' => 'submit', -- 2.25.1