diff options
Diffstat (limited to 'app/Template/dashboard')
-rw-r--r-- | app/Template/dashboard/projects.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/projects.php b/app/Template/dashboard/projects.php index f8806c01..7e35b059 100644 --- a/app/Template/dashboard/projects.php +++ b/app/Template/dashboard/projects.php @@ -42,7 +42,7 @@ </td> <td class="dashboard-project-stats"> <?php foreach ($project['columns'] as $column): ?> - <strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong> + <strong title="<?= t('Task count') ?>"><?= $column['nb_open_tasks'] ?></strong> <small><?= $this->text->e($column['title']) ?></small> <?php endforeach ?> </td> |