Skip to content

Commit

Permalink
Merge pull request #78 from arodu/fix/trans-issue
Browse files Browse the repository at this point in the history
minor fix with translation
  • Loading branch information
arodu authored Mar 3, 2024
2 parents b7790fa + ad73288 commit ca018b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bake/Template/view.twig
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $this->Breadcrumbs->add([
<?php if (empty(${{ singularVar }}->{{ details.property }})) { ?>
<tr>
<td colspan="{{ details.fields|length + 1 }}" class="text-muted">
{{ otherPluralHumanName }} record not found!
<?= __('{{ otherPluralHumanName }} record not found!') ?>
</td>
</tr>
<?php }else{ ?>
Expand Down

0 comments on commit ca018b5

Please sign in to comment.