Skip to content

Commit

Permalink
chore: fix typo in directors report template
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranco committed Oct 8, 2023
1 parent affed2e commit 4fa105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/templates/pages/directors.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="card border-dark m-3">
<div class="card-body">
<h4 class="card-title">{{ director.label }}</h4>
<p class="card-text">{$director.description}</p>
<p class="card-text">{{ director.description }}</p>
<hr>
<h5 class="card-title">{{ 'Client(s)'|trans }}</h5>
<p class="card-text">{{ director.clients }}</p>
Expand Down

0 comments on commit 4fa105e

Please sign in to comment.