diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-01 20:55:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-01 20:55:21 -0400 |
commit | 747b9434d3ef82f55d96185c5afa6d155642ba15 (patch) | |
tree | c36610d5856f11e399e0d1f4f3442b8ede8ff687 /app/Template/project/sidebar.php | |
parent | 471e46e70294684efc6d7edfc814d5b9ca04738b (diff) |
Remove method Category::getBoardCategories()
Diffstat (limited to 'app/Template/project/sidebar.php')
-rw-r--r-- | app/Template/project/sidebar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/sidebar.php b/app/Template/project/sidebar.php index a58c4604..3762f1ff 100644 --- a/app/Template/project/sidebar.php +++ b/app/Template/project/sidebar.php @@ -16,7 +16,7 @@ <?= $this->url->link(t('Edit project'), 'project', 'edit', array('project_id' => $project['id'])) ?> </li> <li> - <?= $this->url->link(t('Edit board'), 'column', 'index', array('project_id' => $project['id'])) ?> + <?= $this->url->link(t('Columns'), 'column', 'index', array('project_id' => $project['id'])) ?> </li> <li> <?= $this->url->link(t('Swimlanes'), 'swimlane', 'index', array('project_id' => $project['id'])) ?> |