diff options
Diffstat (limited to 'app/Controller/Column.php')
-rw-r--r-- | app/Controller/Column.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Column.php b/app/Controller/Column.php index 2e028e0e..329413ef 100644 --- a/app/Controller/Column.php +++ b/app/Controller/Column.php @@ -66,7 +66,7 @@ class Column extends Base $this->flash->success(t('Column created successfully.')); return $this->response->redirect($this->helper->url->to('column', 'index', array('project_id' => $project['id'])), true); } else { - $errors['title'] = array(t('Another column with the same title exists in the project')); + $errors['title'] = array(t('Another column with the same name exists in the project')); } } |