summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorJames <18580089+thoja21@users.noreply.github.com>2018-05-25 09:09:53 +0100
committerFrédéric Guillot <fred@miniflux.net>2018-05-25 01:09:53 -0700
commit0759535939a87143c038f8797af4bb6b9b978f3f (patch)
tree77e8b2233e33b6fb22eb59343f08fd71b78a1ee0 /app/Template
parentba0455d8e43d6eb26dbb7e48d2d50da24366c992 (diff)
Correct typos in English text
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/analytic/avg_time_columns.php4
-rw-r--r--app/Template/analytic/lead_cycle_time.php2
-rw-r--r--app/Template/task/analytics.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/app/Template/analytic/avg_time_columns.php b/app/Template/analytic/avg_time_columns.php
index 1af69c8b..c17e5215 100644
--- a/app/Template/analytic/avg_time_columns.php
+++ b/app/Template/analytic/avg_time_columns.php
@@ -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 ?>
diff --git a/app/Template/analytic/lead_cycle_time.php b/app/Template/analytic/lead_cycle_time.php
index 780b47b6..0e876710 100644
--- a/app/Template/analytic/lead_cycle_time.php
+++ b/app/Template/analytic/lead_cycle_time.php
@@ -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 ?>
diff --git a/app/Template/task/analytics.php b/app/Template/task/analytics.php
index 2d968188..ec82143d 100644
--- a/app/Template/task/analytics.php
+++ b/app/Template/task/analytics.php
@@ -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,