Fix a typo and minor visual improvement

This commit is contained in:
Frédéric Guillot
2014-04-08 21:21:36 -04:00
parent 6551c9ce4c
commit 3ebeddc1c7
8 changed files with 16 additions and 17 deletions

View File

@@ -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>