Skip to content
Snippets Groups Projects
Commit 54096a14 authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #11064 from agh1/revert-close-button

CRM-21055 Revert change of "cancel" to "close" on backend contribution form
parents ecf7fb8a fc9f8155
Branches 4.7.25-rc
Tags 4.7.25
No related merge requests found
......@@ -828,7 +828,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
),
array(
'type' => 'cancel',
'name' => ts('Close'),
'name' => ts('Cancel'),
),
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment