Skip to content

Commit

Permalink
Merge pull request #10845 from JMAConsulting/CRM-21055
Browse files Browse the repository at this point in the history
CRM-21055,   Change the label of cancel button to close on Contribution form
  • Loading branch information
colemanw authored Aug 11, 2017
2 parents 92b74cd + 35c930c commit 34047c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/Contribution.php
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ public function buildQuickForm() {
),
array(
'type' => 'cancel',
'name' => ts('Cancel'),
'name' => ts('Close'),
),
)
);
Expand Down

0 comments on commit 34047c4

Please sign in to comment.