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>2015-12-21 06:01:53 +0300
committermattab <matthieu.aubry@gmail.com>2015-12-21 06:01:53 +0300
commitbb34a5de38be452618453074d06c80b6ae1abb35 (patch)
tree2189fc001ee6cffa50f82288420f01965159673b /plugins/SitesManager/templates
parentc9d84c0ef8086bcea364631e2710dc4717e53928 (diff)
Instruct users to paste the code right before the </head> closing tag
Diffstat (limited to 'plugins/SitesManager/templates')
-rw-r--r--plugins/SitesManager/templates/_displayJavascriptCode.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SitesManager/templates/_displayJavascriptCode.twig b/plugins/SitesManager/templates/_displayJavascriptCode.twig
index 8a96569adb..772fcadf89 100644
--- a/plugins/SitesManager/templates/_displayJavascriptCode.twig
+++ b/plugins/SitesManager/templates/_displayJavascriptCode.twig
@@ -7,7 +7,7 @@
<h3>{{ 'General_JsTrackingTag'|translate }}</h3>
- <p>{{ 'CoreAdminHome_JSTracking_CodeNote'|translate("&lt;/body&gt;")|raw }}</p>
+ <p>{{ 'CoreAdminHome_JSTracking_CodeNoteBeforeClosingHead'|translate("&lt;/head&gt;")|raw }}</p>
<pre>{{ jsTag|raw }}</pre>