Skip to content

Commit

Permalink
minor fix with translation
Browse files Browse the repository at this point in the history
  • Loading branch information
arodu committed Mar 3, 2024
1 parent 1508c9f commit ad73288
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 ad73288

Please sign in to comment.