From: Detlev Sieber Date: Thu, 30 Sep 2021 21:27:39 +0000 (+0200) Subject: Update SelfSvcUpdate.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=92a34957f382a055f4f5294c56dec0f44f914628;p=civicrm-core.git Update SelfSvcUpdate.php Changing this text is necessary for internationalization, because otherwise we get an ambigous translation in some languages --- 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',