Correct English text

This commit is contained in:
James
2018-06-04 02:48:14 +01:00
committed by Frédéric Guillot
parent f890eb765e
commit 0188082cde
33 changed files with 33 additions and 33 deletions

View File

@@ -4,7 +4,7 @@
<?php if ($this->projectRole->canUpdateTask($task)): ?>
<?php if (array_key_exists('date_started', $task) && empty($task['date_started'])): ?>
<li>
<?= $this->url->icon('play', t('Set automatically the start date'), 'TaskModificationController', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
<?= $this->url->icon('play', t('Set the start date automatically'), 'TaskModificationController', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
</li>
<?php endif ?>
<li>