diff options
Diffstat (limited to 'app/Template/analytic')
-rw-r--r-- | app/Template/analytic/avg_time_columns.php | 4 | ||||
-rw-r--r-- | app/Template/analytic/lead_cycle_time.php | 2 |
2 files changed, 3 insertions, 3 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 ?> |