Skip to content

Commit

Permalink
Fix typo (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Feb 26, 2020
1 parent 10049c2 commit 20eec85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Template/Matchgrids/select.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use \App\Lib\Enum\PermissionEnum;
<?php else: // vv_matchgrids ?>
<div id="fpCoList" class="co-grid co-grid-with-header container">
<div class="co-grid-header row">
<div class="col"><?= __('match.ct.matchgrids', [1]) ?></div>
<div class="col"><?= __('match.ct.Matchgrids', [1]) ?></div>
<div class="col"><?= __('match.fd.action') ?></div>
</div>
<?php foreach($vv_matchgrids as $id => $name): ?>
Expand Down

0 comments on commit 20eec85

Please sign in to comment.