Correct typos in English text
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php if (! $is_ajax): ?>
|
||||
<div class="page-header">
|
||||
<h2><?= t('Average time spent into each column') ?></h2>
|
||||
<h2><?= t('Average time spent in each column') ?></h2>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
||||
@@ -26,6 +26,6 @@
|
||||
</table>
|
||||
|
||||
<p class="alert alert-info">
|
||||
<?= t('This chart show the average time spent into each column for the last %d tasks.', 1000) ?>
|
||||
<?= t('This chart shows the average time spent in each column for the last %d tasks.', 1000) ?>
|
||||
</p>
|
||||
<?php endif ?>
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
</form>
|
||||
|
||||
<p class="alert alert-info">
|
||||
<?= t('This chart show the average lead and cycle time for the last %d tasks over the time.', 1000) ?>
|
||||
<?= t('This chart shows the average lead and cycle time for the last %d tasks over the time.', 1000) ?>
|
||||
</p>
|
||||
<?php endif ?>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3><?= t('Time spent into each column') ?></h3>
|
||||
<h3><?= t('Time spent in each column') ?></h3>
|
||||
|
||||
<?= $this->app->component('chart-task-time-column', array(
|
||||
'metrics' => $time_spent_columns,
|
||||
|
||||
Reference in New Issue
Block a user