diff --git a/module/project/control.php b/module/project/control.php index 824b7d8120..7110f5a30f 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -736,7 +736,7 @@ class project extends control if($project->model != 'kanban') $canChangeModel = $this->project->checkCanChangeModel($projectID, $project->model); - if($project->model == 'kanban') $this->lang->project->noSprint = $this->lang->project->kanban; + if($project->model == 'kanban') $this->lang->project->noSprint = $this->lang->project->kanban; if($project->model == 'scrum') {