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 'tests/javascript/index.php')
-rw-r--r--tests/javascript/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index a07967a5f9..e4897353e3 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -420,8 +420,8 @@ function setupContentTrackingFixture(name, targetNode) {
<div id="clickDiv"></div>
</div>
<map name="map">
- <area id="area1" shape="rect" coords="0,0,10,10" href="img.jpg" alt="Piwik">
- <area shape="circle" coords="10,10,10,20" href="img2.jpg" alt="Piwik2">
+ <area id="area1" shape="rect" coords="0,0,10,10" href="img.jpg" alt="Matomo">
+ <area shape="circle" coords="10,10,10,20" href="img2.jpg" alt="Matomo2">
</map>
<ol id="qunit-tests"></ol>