diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:37:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:37:21 -0400 |
commit | 3e72c11f058d8e2becb7aabaad1c6c3212b3f027 (patch) | |
tree | 53793e8db2ca1744753da75fbd2175f1c2c445e1 /app | |
parent | ecbee0218326a71779c9cc98708219b6438df124 (diff) | |
parent | 0ecba6495e2905ce367298880b901ec0cce6a894 (diff) |
Merge pull-request #2302
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/column/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/column/index.php b/app/Template/column/index.php index 4f5f0a60..04760a16 100644 --- a/app/Template/column/index.php +++ b/app/Template/column/index.php @@ -9,7 +9,7 @@ </div> <?php if (empty($columns)): ?> - <p class="alert alert-error"><?= t('Your board doesn\'t have any column!') ?></p> + <p class="alert alert-error"><?= t('Your board doesn\'t have any columns!') ?></p> <?php else: ?> <table class="columns-table table-stripped" |