Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VisitsSummary/templates/index.tpl')
-rw-r--r--plugins/VisitsSummary/templates/index.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/VisitsSummary/templates/index.tpl b/plugins/VisitsSummary/templates/index.tpl
index 2df5f933cf..bb733e9164 100644
--- a/plugins/VisitsSummary/templates/index.tpl
+++ b/plugins/VisitsSummary/templates/index.tpl
@@ -1,6 +1,9 @@
<a name="evolutionGraph" graphId="VisitsSummarygetEvolutionGraph"></a>
-<h2>{'VisitsSummary_EvolutionOverLastPeriods'|translate:$periodsNames.$period.plural}</h2>
+
+<h2>{if $period=='range'}{'Referers_Evolution'|translate}
+ {else}{'VisitsSummary_EvolutionOverLastPeriods'|translate:$periodsNames.$period.plural}{/if}
+</h2>
{$graphEvolutionVisitsSummary}
<h2>{'General_Report'|translate}</h2>