redoing replacement of "Confirm Contribution" with "Review Contribution"
authork <k054>
Tue, 15 Mar 2016 17:37:59 +0000 (13:37 -0400)
committerMichael McMahon <michael@fsf.org>
Thu, 21 Nov 2019 20:45:28 +0000 (15:45 -0500)
CRM/Contribute/Form/Contribution/Main.php

index 6b8d915b8d5d8875cc5f67b17153126c9bd42ba8..2e68337f7d848715eb20f7582e13c642c9bbf0d4 100644 (file)
@@ -519,7 +519,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
     if (!($allAreBillingModeProcessors && !$this->_values['is_pay_later'])) {
       $submitButton = [
         'type' => 'upload',
-        'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Confirm Contribution') : ts('Contribute'),
+        'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Review Contribution') : ts('Contribute'),
         'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
         'isDefault' => TRUE,
       ];