diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php
index 50bc70bec..08ebcbfb8 100644
--- a/app/Template/board/table_column.php
+++ b/app/Template/board/table_column.php
@@ -104,17 +104,17 @@
-
+
- = t('Task count') ?> = $column['column_nb_tasks'] ?>
+ = t('Task count') ?> = $column['nb_tasks'] ?>
-
+
0): ?>
- (= t('Total number of tasks in this column across all swimlanes') ?> = $column['column_nb_open_tasks'] ?> / = t('Task limit') ?> = $this->text->e($column['task_limit']) ?>)
+ (= t('Total number of tasks in this column across all swimlanes') ?> = $column['column_nb_tasks'] ?> / = t('Task limit') ?> = $this->text->e($column['task_limit']) ?>)
- (= t('Total number of tasks in this column across all swimlanes') ?> = $column['column_nb_open_tasks'] ?>)
+ (= t('Total number of tasks in this column across all swimlanes') ?> = $column['column_nb_tasks'] ?>)