diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-23 20:48:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-23 20:48:02 -0400 |
commit | 9aca556fc6db6c23c4c95a0e30425fe966003f0e (patch) | |
tree | 8671a9b251d4001ba759c9d906fe92d5da81c312 /app/Template/board/table_container.php | |
parent | ffeffa54f9ad322e8b1a79d9ab5270854d712ea2 (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.php | 2 |
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)): ?> |