diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
| commit | 83832522867d06241441c04d2b3237200db57224 (patch) | |
| tree | 040601fdece9b49d5eefbe43b62d76785dc674b3 /app/Controller/Column.php | |
| parent | c8c1242c26a11dc2abc7126829d76430612e7107 (diff) | |
Sync locales
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')); } } |
