Skip to content

Commit

Permalink
Use translation function
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Aug 9, 2017
1 parent 32e0c1e commit 600a7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Element/search.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (empty($searchInputs)) {

<fieldset>
<?= $this->Form->inputs($searchInputs, ['fieldset' => false]); ?>
<?= $this->Form->button('Filter results', ['type' => 'submit', 'class' => 'btn btn-primary']); ?>
<?= $this->Form->button(__d('crud', 'Filter results'), ['type' => 'submit', 'class' => 'btn btn-primary']); ?>
</fieldset>

<?= $this->Form->end(); ?>
Expand Down

0 comments on commit 600a7cc

Please sign in to comment.