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@piwik.org>2013-09-14 17:45:44 +0400
committersgiehl <stefan@piwik.org>2013-09-14 17:45:44 +0400
commit2fa88c207c1f626a933873feec27cc3089f7b610 (patch)
treea08e665e2b7a04b7a4690bb00bdcf7337ef758c7 /plugins/UserCountry/templates/adminIndex.twig
parent103f1a9be8b4f4af2deb5e2759024e6928f25583 (diff)
refs #4151 refacoted some more usages of _js hack
Diffstat (limited to 'plugins/UserCountry/templates/adminIndex.twig')
-rwxr-xr-xplugins/UserCountry/templates/adminIndex.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/templates/adminIndex.twig b/plugins/UserCountry/templates/adminIndex.twig
index fd9d0cbe35..d3f93db18a 100755
--- a/plugins/UserCountry/templates/adminIndex.twig
+++ b/plugins/UserCountry/templates/adminIndex.twig
@@ -98,7 +98,7 @@
{% if not geoIPDatabasesInstalled %}
<h2 id="geoip-db-mangement">{{ 'UserCountry_GeoIPDatabases'|translate }}</h2>
{% else %}
- <h2 id="geoip-db-mangement">{{ 'UserCountry_SetupAutomaticUpdatesOfGeoIP_js'|translate }}</h2>
+ <h2 id="geoip-db-mangement">{{ 'UserCountry_SetupAutomaticUpdatesOfGeoIP'|translate }}</h2>
{% endif %}
{% if showGeoIPUpdateSection %}