X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FForm%2FUpdateSubscription.php;h=7b4be7a22c462df42cb3aea3917f59e6e6c61f14;hb=1330f57ae81c4ddb379f7f121de054427f6636bb;hp=cbe2ee8333914573dd5bcfaf2a8597d26e6548f5;hpb=3b1e452b9449056fef9e225e7b6988322bc1229f;p=civicrm-core.git diff --git a/CRM/Contribute/Form/UpdateSubscription.php b/CRM/Contribute/Form/UpdateSubscription.php index cbe2ee8333..7b4be7a22c 100644 --- a/CRM/Contribute/Form/UpdateSubscription.php +++ b/CRM/Contribute/Form/UpdateSubscription.php @@ -215,17 +215,16 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Contribute_Form_Contrib // define the buttons $this->addButtons([ - [ - 'type' => $type, - 'name' => ts('Save'), - 'isDefault' => TRUE, - ], - [ - 'type' => 'cancel', - 'name' => ts('Cancel'), - ], - ] - ); + [ + 'type' => $type, + 'name' => ts('Save'), + 'isDefault' => TRUE, + ], + [ + 'type' => 'cancel', + 'name' => ts('Cancel'), + ], + ]); } /** @@ -290,9 +289,9 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Contribute_Form_Contrib if ($this->_subscriptionDetails->installments != $params['installments']) { $message .= "
" . ts("Recurring contribution installments have been updated from %1 to %2 for this subscription.", [ - 1 => $this->_subscriptionDetails->installments, - 2 => $params['installments'], - ]) . ' '; + 1 => $this->_subscriptionDetails->installments, + 2 => $params['installments'], + ]) . ' '; } $activityParams = [