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:
authorsgiehl <stefan@matomo.org>2020-04-01 12:07:42 +0300
committersgiehl <stefan@matomo.org>2020-04-01 13:15:52 +0300
commit677fec1f635e697927d389835a3ee53554f84ff9 (patch)
treebc0d60fdac68876c0d2bc715d49b2bb53975bc82 /plugins/GeoIp2/templates/configuration.twig
parent53cc7a4299535b481d90c45ea5fb7137a6ef9092 (diff)
parent19af9b6c0a63b07020d935ea88710c80823c9d62 (diff)
Merge branch '3.x-dev' into 4.x-dev
Diffstat (limited to 'plugins/GeoIp2/templates/configuration.twig')
-rw-r--r--plugins/GeoIp2/templates/configuration.twig5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/GeoIp2/templates/configuration.twig b/plugins/GeoIp2/templates/configuration.twig
index 729e0f112d..91ea3dd5d6 100644
--- a/plugins/GeoIp2/templates/configuration.twig
+++ b/plugins/GeoIp2/templates/configuration.twig
@@ -13,7 +13,7 @@
<div id="manage-geoip-dbs">
<div class="row" id="geoipdb-screen1">
<div class="geoipdb-column-1 col s6">
- <p>{{ 'GeoIp2_IWantToDownloadFreeGeoIP'|translate|raw }}</p>
+ <p>{{ 'GeoIp2_IWantToDownloadFreeGeoIP'|translate|raw }}<sup><small>*</small></sup></p>
</div>
<div class="geoipdb-column-2 col s6">
<p>{{ 'GeoIp2_IPurchasedGeoIPDBs'|translate('<a rel="noreferrer noopener" href="http://www.maxmind.com/en/geolocation_landing?rId=piwik">','</a>','<a rel="noreferrer noopener" href="https://db-ip.com/db/?refid=mtm">','</a>')|raw }}</p>
@@ -29,6 +29,9 @@
value="{{ 'General_GetStarted'|translate }}..." id="start-automatic-update-geoip"/>
</div>
</div>
+ <div class="row">
+ <p><sup>* <small>{{ 'UserCountry_GeoIpDbIpAccuracyNote'|translate('<a href="https://dev.maxmind.com/geoip/geoip2/geolite2/?rId=piwik" rel="noreferrer noopener" target="_blank">', '</a>')|raw }}.</small></sup></p>
+ </div>
</div>
</div>
<div id="geoipdb-screen2-download" ng-show="locationUpdater.showFreeDownload">