Correct typos in English text

This commit is contained in:
James
2018-05-25 09:09:53 +01:00
committed by Frédéric Guillot
parent ba0455d8e4
commit 0759535939
34 changed files with 128 additions and 128 deletions

View File

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