Skip to content

Commit

Permalink
Merge pull request #58 from open-sausages/pulls/4.0/i18n-symfony
Browse files Browse the repository at this point in the history
BUG Fix missing default on _t(‘GridField.Filter’)
  • Loading branch information
dhensby authored Jan 24, 2017
2 parents 3cadebf + 3c8a56f commit 37a7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public function getCMSFields()
}

// Add a search button
$formAction = new FormAction('updatereport', _t('GridField.Filter'));
$formAction = new FormAction('updatereport', _t('GridField.Filter', 'Filter'));
$formAction->addExtraClass("m-b-2");

$fields->push($formAction);
Expand Down

0 comments on commit 37a7e68

Please sign in to comment.