Update SelfSvcUpdate.php
authorDetlev Sieber <detlev.sieber@civiservice.de>
Thu, 30 Sep 2021 21:27:39 +0000 (23:27 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 21:27:39 +0000 (23:27 +0200)
Changing this text is necessary for internationalization, because otherwise we get an ambigous translation in some languages

CRM/Event/Form/SelfSvcUpdate.php

index a87d7aff27c305acd112bbd447e431a5f34a8112..2f3ac769e020db198d675ba82b731122f50af5d6 100644 (file)
@@ -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',