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 'plugins/UserCountry/templates/admin.js')
-rwxr-xr-xplugins/UserCountry/templates/admin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/UserCountry/templates/admin.js b/plugins/UserCountry/templates/admin.js
index fc5e71c762..5c874753d5 100755
--- a/plugins/UserCountry/templates/admin.js
+++ b/plugins/UserCountry/templates/admin.js
@@ -140,6 +140,7 @@ $(document).ready(function() {
$('body').on('click', '#start-automatic-update-geoip', function() {
$('#geoipdb-screen1').hide("slide", {direction: "left"}, 800, function () {
+ $('#geoip-db-mangement').text(_pk_translate('UserCountry_SetupAutomaticUpdatesOfGeoIP_js'));
$('#geoipdb-update-info').fadeIn(1000);
});
});