summaryrefslogtreecommitdiff
path: root/templates/board_index.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-08 21:21:36 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-08 21:21:36 -0400
commit3ebeddc1c79a1931182d071102979283a3f01d52 (patch)
tree5c5c4a67598cf67707ea1d9c2e16a09c5e59318d /templates/board_index.php
parent6551c9ce4c169100f55ec6912233f8e627a5cc05 (diff)
Fix a typo and minor visual improvement
Diffstat (limited to 'templates/board_index.php')
-rw-r--r--templates/board_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/board_index.php b/templates/board_index.php
index 6138ee50..db0c4fec 100644
--- a/templates/board_index.php
+++ b/templates/board_index.php
@@ -62,7 +62,7 @@
<?php if (! empty($task['owner_id'])): ?>
<a href="?controller=board&amp;action=assign&amp;task_id=<?= $task['id'] ?>" title="<?= t('Change assignee') ?>"><?= t('Assigned to %s', $task['username']) ?></a>
<?php else: ?>
- <a href="?controller=board&amp;action=assign&amp;task_id=<?= $task['id'] ?>" title="<?= t('Change assignee') ?>" class="task-nobody"><?= t('No body assigned') ?></a>
+ <a href="?controller=board&amp;action=assign&amp;task_id=<?= $task['id'] ?>" title="<?= t('Change assignee') ?>" class="task-nobody"><?= t('Nobody assigned') ?></a>
<?php endif ?>
</span>
@@ -71,7 +71,7 @@
<?php endif ?>
<div class="task-title">
- <a href="?controller=task&amp;action=show&amp;task_id=<?= $task['id'] ?>" title="<?= t('Show this task') ?>"><?= Helper\escape($task['title']) ?></a>
+ <a href="?controller=task&amp;action=show&amp;task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>"><?= Helper\escape($task['title']) ?></a>
</div>
<div class="task-footer">