From 83832522867d06241441c04d2b3237200db57224 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 20 Feb 2016 11:34:16 -0500 Subject: Sync locales --- app/Controller/Column.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') 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')); } } -- cgit v1.2.3