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:
authormattab <matthieu.aubry@gmail.com>2014-11-28 03:31:57 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-28 03:31:57 +0300
commite47ae4f6454d02850f917c4524458a3dd62a6aa6 (patch)
treec2f079fa3c82615c11f284a3b141295c32abe29e /plugins/Live
parente80844ccc0764b1c3f3bb48ece65d64a9d1ef720 (diff)
Fix regression in report title
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/templates/indexVisitorLog.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/indexVisitorLog.twig b/plugins/Live/templates/indexVisitorLog.twig
index 3e3460c072..e04a1a35b7 100644
--- a/plugins/Live/templates/indexVisitorLog.twig
+++ b/plugins/Live/templates/indexVisitorLog.twig
@@ -1,3 +1,3 @@
-<h2 piwik-enriched-headline>{% if currentAction == 'indexVisitorLog' %}{{ 'Goals_EcommerceLog'|translate }}{% else %}{{ 'Live_VisitorLog'|translate }}{% endif %}</h2>
+<h2 piwik-enriched-headline>{{ 'Live_VisitorLog'|translate }}</h2>
{{ visitorLog|raw }}