From f5902d6f1cba4cc443d04a90ab7ee0a146804f5e Mon Sep 17 00:00:00 2001 From: Pengyi Zhang Date: Wed, 10 Jun 2020 15:52:21 +1000 Subject: [PATCH] CIVICRM-1496 Reword text on the contribution confirmation page --- CRM/Core/Payment.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index 94bdfd88ec..8d74ee3438 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -600,16 +600,7 @@ abstract class CRM_Core_Payment { return $gotText; case 'contributionPageContinueText': - if ($params['amount'] <= 0) { - return ts('To complete this transaction, click the Continue button below.'); - } - if ($this->_paymentProcessor['billing_mode'] == 4) { - return ts('Click the Continue button to go to %1, where you will select your payment method and complete the contribution.', [$this->_paymentProcessor['payment_processor_type']]); - } - if ($params['is_payment_to_existing']) { - return ts('To complete this transaction, click the Make Payment button below.'); - } - return ts('To complete your contribution, click the Continue button below.'); + return ts('Click the Continue button to proceed with the payment.'); case 'cancelRecurDetailText': if ($params['mode'] === 'auto_renew') { -- 2.25.1