diff options
Diffstat (limited to 'app/Template/swimlane/table.php')
-rw-r--r-- | app/Template/swimlane/table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php index f38572a3..b708e633 100644 --- a/app/Template/swimlane/table.php +++ b/app/Template/swimlane/table.php @@ -25,7 +25,7 @@ </li> <?php endif ?> <li> - <?= $this->url->link(t('Rename'), 'swimlane', 'edit', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id'])) ?> + <?= $this->url->link(t('Edit'), 'swimlane', 'edit', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id'])) ?> </li> <li> <?php if ($swimlane['is_active']): ?> |