From 0759535939a87143c038f8797af4bb6b9b978f3f Mon Sep 17 00:00:00 2001 From: James <18580089+thoja21@users.noreply.github.com> Date: Fri, 25 May 2018 09:09:53 +0100 Subject: Correct typos in English text --- app/Template/analytic/avg_time_columns.php | 4 ++-- app/Template/analytic/lead_cycle_time.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Template/analytic') 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 @@
- = 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) ?>
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 @@- = 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) ?>
-- cgit v1.2.3