Skip to content

Commit

Permalink
Rebased
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
  • Loading branch information
kartik1000 committed Mar 11, 2020
1 parent c879543 commit dcc9fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/Contribution/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public function buildQuickForm() {
if (!($allAreBillingModeProcessors && !$this->_values['is_pay_later'])) {
$submitButton = [
'type' => 'upload',
'name' => !empty($this->_values['is_confirm_enabled']) ? ts('Confirm Contribution') : ts('Contribute'),
'name' => !empty($this->_values['is_confirm_enabled']) ? ts('Review your contribution') : ts('Contribute'),
'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
'isDefault' => TRUE,
];
Expand Down
2 changes: 1 addition & 1 deletion CRM/Event/Form/Registration/Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function buildQuickForm() {
$buttonLabel = ts('Register');
}
else {
$buttonLabel = ts('Continue');
$buttonLabel = ts('Review your registration');
}

$this->addButtons([
Expand Down

0 comments on commit dcc9fe0

Please sign in to comment.