summaryrefslogtreecommitdiff
path: root/app/Template/board/table_container.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-23 20:48:02 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-23 20:48:02 -0400
commit9aca556fc6db6c23c4c95a0e30425fe966003f0e (patch)
tree8671a9b251d4001ba759c9d906fe92d5da81c312 /app/Template/board/table_container.php
parentffeffa54f9ad322e8b1a79d9ab5270854d712ea2 (diff)
Avoid to disable the default swimlane during renaming when there is no other activated swimlane
Diffstat (limited to 'app/Template/board/table_container.php')
-rw-r--r--app/Template/board/table_container.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/table_container.php b/app/Template/board/table_container.php
index b2d475ac..e30f9ce8 100644
--- a/app/Template/board/table_container.php
+++ b/app/Template/board/table_container.php
@@ -1,6 +1,6 @@
<div id="board-container">
<?php if (empty($swimlanes) || empty($swimlanes[0]['nb_columns'])): ?>
- <p class="alert alert-error"><?= t('There is no column in your project!') ?></p>
+ <p class="alert alert-error"><?= t('There is no column or swimlane activated in your project!') ?></p>
<?php else: ?>
<?php if (isset($not_editable)): ?>