redoing replacement of "Confirm Contribution" with "Review Contribution"
authork <k054>
Tue, 15 Mar 2016 17:37:59 +0000 (13:37 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 16 May 2019 14:34:53 +0000 (10:34 -0400)
CRM/Contribute/Form/Contribution/Main.php

index 601c8e08fd2ebbbca2caba0e5171d0bf5feee9a4..dc7bdeb0d18d21e6f0a4c00aa6d1e2131dee2341 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,
       ];