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:
authorThomas Steur <thomas.steur@gmail.com>2016-01-11 06:41:35 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-01-11 06:41:35 +0300
commitae5c6a3bd859e8b062bf83dde36bd37626fd9ccc (patch)
treec34f2d60e895ee49fef1ad94dd108a0a5fbd4830 /plugins/SitesManager/templates
parent41b743af65b1b67c49022790f9b1afae79192e3f (diff)
added examples for tracking only specific urls
Diffstat (limited to 'plugins/SitesManager/templates')
-rw-r--r--plugins/SitesManager/templates/sites-list/site-fields.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SitesManager/templates/sites-list/site-fields.html b/plugins/SitesManager/templates/sites-list/site-fields.html
index dada85cc22..200e935e27 100644
--- a/plugins/SitesManager/templates/sites-list/site-fields.html
+++ b/plugins/SitesManager/templates/sites-list/site-fields.html
@@ -85,6 +85,7 @@
<div class="form-help">
{{ 'SitesManager_OnlyMatchedUrlsAllowedHelp' | translate }}
+ {{ 'SitesManager_OnlyMatchedUrlsAllowedHelpExamples' | translate }}
</div>
<label class="checkbox">
<input type="checkbox" ng-model="site.exclude_unknown_urls" ng-true-value="1" ng-false-value="0"> {{ 'SitesManager_OnlyMatchedUrlsAllowed' | translate:'':'' }}