Skip to content

Commit

Permalink
Merge pull request #21679 from Detsieber/patch-2
Browse files Browse the repository at this point in the history
Update SelfSvcUpdate.php
  • Loading branch information
eileenmcnaughton authored Sep 30, 2021
2 parents 8001fe1 + 92a3495 commit 4c7f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Event/Form/SelfSvcUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function preProcess() {
* 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',
Expand Down

0 comments on commit 4c7f5e6

Please sign in to comment.