summaryrefslogtreecommitdiff
path: root/templates/board_public.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/board_public.php')
-rw-r--r--templates/board_public.php2
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>