Skip to content

Commit

Permalink
CRM-21055, Changed label of cancel button
Browse files Browse the repository at this point in the history
----------------------------------------
* CRM-21055: Change label of cancel button
  https://issues.civicrm.org/jira/browse/CRM-21055
  • Loading branch information
pradpnayak committed Aug 10, 2017
1 parent 74862f0 commit 35c930c
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 35c930c

Please sign in to comment.