diff options
Diffstat (limited to 'app/Template/notification')
-rw-r--r-- | app/Template/notification/subtask_create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/subtask_create.php b/app/Template/notification/subtask_create.php index 17271724..094ac543 100644 --- a/app/Template/notification/subtask_create.php +++ b/app/Template/notification/subtask_create.php @@ -9,7 +9,7 @@ <?php if (! empty($subtask['time_estimated'])): ?> <li> <?= t('Time tracking:') ?> - <strong><?= $this->text->e($subtask['time_estimated']).'h' ?></strong> <?= t('estimated') ?> + <?= t('%sh estimated', n($subtask['time_estimated'])) ?> </li> <?php endif ?> </ul> |