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

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-03-23 15:03:51 +0300
committersualko <klaus@jsxc.org>2018-03-23 15:05:30 +0300
commitc067f648a94b51b99583c9f3601d96bfe00d3131 (patch)
tree9b20c87d5d00c5449b45fb710d61538cea844683 /templates
parentdb8768c9257a3b6f3133cd0c167bbdb0525a41d9 (diff)
replace Piwik with Piwik/Matomo in all templates (fix #45)
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/admin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/settings/admin.php b/templates/settings/admin.php
index 5e1583a..edda4b1 100644
--- a/templates/settings/admin.php
+++ b/templates/settings/admin.php
@@ -4,8 +4,8 @@ style('piwik', 'settings');
?>
<div id="piwikSettings" class="section">
- <h2>Piwik Tracking</h2>
- <p class="settings-hint">If you have no Piwik instance, go to <a href="https://matomo.org" target="_blank">matomo.org</a> for further instructions.</p>
+ <h2>Piwik/Matomo Tracking</h2>
+ <p class="settings-hint">If you have no Piwik/Matomo instance, go to <a href="https://matomo.org" target="_blank">matomo.org</a> for further instructions.</p>
<p class="settings-hint">Please take into account that the old values are cached for 2 minutes in your browser.</p>
<form>
@@ -15,7 +15,7 @@ style('piwik', 'settings');
<td><input type="number" name="siteId" id="piwikSiteId" pattern="[0-9]+" value="<?php p($_['siteId']);?>" /></td>
</tr>
<tr>
- <td><label for="piwikUrl">Piwik Url </label></td>
+ <td><label for="piwikUrl">Piwik/Matomo Url </label></td>
<td><input type="text" name="url" id="piwikUrl" value="<?php p($_['url']);?>" /></td>
</tr>
<tr>