You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CRM/Lineitemedit/Form/Cancel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public function assignFormVariables() {
37
37
}
38
38
39
39
publicfunctionbuildQuickForm() {
40
-
$this->assign('message', ts('WARNING: Cancelling this lineitem will affect the related contribution and update the associated financial transactions. Do you want to continue?'));
40
+
$this->assign('message', ts('WARNING: Cancelling this line item will affect the related contribution and update the associated financial transactions. Do you want to continue?'));
41
41
42
42
$this->addButtons(array(
43
43
array(
@@ -47,7 +47,7 @@ public function buildQuickForm() {
0 commit comments