Sync locales

This commit is contained in:
Frederic Guillot
2016-02-20 11:34:16 -05:00
parent c8c1242c26
commit 8383252286
29 changed files with 555 additions and 199 deletions

View File

@@ -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'));
}
}