diff --git a/module/block/view/recentprojectblock.html.php b/module/block/view/recentprojectblock.html.php index 612956d8a8..1052e2de46 100644 --- a/module/block/view/recentprojectblock.html.php +++ b/module/block/view/recentprojectblock.html.php @@ -97,7 +97,7 @@ executions ) ? '' : end($project->executions);?>
-

model == 'scrum' ? $lang->project->lastIteration : $lang->project->lastKanban;?>

+

type == 'kanban' ? $lang->project->lastKanban : $lang->project->lastIteration;?>

createLink('execution', 'task', "executionID={$project->id}"), $project->name);?>