Change message in template

This commit is contained in:
Frederic Guillot 2015-06-21 22:19:58 -04:00
parent 59da03c2cb
commit bc6aefe64c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
</div>
<?php if (! $display_graph): ?>
<p class="alert"><?= t('Not enough data to show the graph.') ?></p>
<p class="alert"><?= t('You need at least 2 days of data to show the chart.') ?></p>
<?php else: ?>
<section id="analytic-burndown">
<div id="chart" data-metrics='<?= json_encode($metrics) ?>' data-date-format="<?= e('%%Y-%%m-%%d') ?>" data-label-total="<?= t('Total for all columns') ?>"></div>