diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-08 21:21:36 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-08 21:21:36 -0400 |
commit | 3ebeddc1c79a1931182d071102979283a3f01d52 (patch) | |
tree | 5c5c4a67598cf67707ea1d9c2e16a09c5e59318d /templates/board_public.php | |
parent | 6551c9ce4c169100f55ec6912233f8e627a5cc05 (diff) |
Fix a typo and minor visual improvement
Diffstat (limited to 'templates/board_public.php')
-rw-r--r-- | templates/board_public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/board_public.php b/templates/board_public.php index 4c8f7c92..c3d69f35 100644 --- a/templates/board_public.php +++ b/templates/board_public.php @@ -28,7 +28,7 @@ <?php if (! empty($task['owner_id'])): ?> <?= t('Assigned to %s', $task['username']) ?> <?php else: ?> - <span class="task-nobody"><?= t('No body assigned') ?></span> + <span class="task-nobody"><?= t('Nobody assigned') ?></span> <?php endif ?> </span> |