summaryrefslogtreecommitdiff
path: root/templates/task_show.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/task_show.php
parent6551c9ce4c169100f55ec6912233f8e627a5cc05 (diff)
Fix a typo and minor visual improvement
Diffstat (limited to 'templates/task_show.php')
-rw-r--r--templates/task_show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/task_show.php b/templates/task_show.php
index 409e5205..1ec9a22c 100644
--- a/templates/task_show.php
+++ b/templates/task_show.php
@@ -32,7 +32,7 @@
<?php if ($task['username']): ?>
<?= t('Assigned to %s', $task['username']) ?>
<?php else: ?>
- <?= t('There is no body assigned') ?>
+ <?= t('There is nobody assigned') ?>
<?php endif ?>
</strong>
</li>