Skip to content

Commit

Permalink
Merge pull request #19772 from francescbassas/patch-18
Browse files Browse the repository at this point in the history
Enable translation for Contribution Ordinality options on Member Contribution Detail Report
  • Loading branch information
eileenmcnaughton authored Mar 10, 2021
2 parents 3c8bba3 + dbe17a3 commit f173082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Report/Form/Member/ContributionDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ public function __construct() {
'type' => CRM_Utils_Type::T_INT,
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => [
0 => 'First by Contributor',
1 => 'Second or Later by Contributor',
0 => ts('First by Contributor'),
1 => ts('Second or Later by Contributor'),
],
],
],
Expand Down

0 comments on commit f173082

Please sign in to comment.