projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d596583
)
Update SelfSvcUpdate.php
author
Detlev Sieber
<detlev.sieber@civiservice.de>
Thu, 30 Sep 2021 21:27:39 +0000
(23:27 +0200)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/SelfSvcUpdate.php
b/CRM/Event/Form/SelfSvcUpdate.php
index a87d7aff27c305acd112bbd447e431a5f34a8112..2f3ac769e020db198d675ba82b731122f50af5d6 100644
(file)
--- 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',