diff --git a/lang/en.json b/lang/en.json index a3a387ce1a9..33dd1cf4919 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1825,6 +1825,7 @@ "ToGeolocateOldVisits": "To get location data for your old visits, use the script described %1$shere%2$s.", "GeoIPPeclCustomDirNotSet": "The %s PHP ini option is not set.", "GeoIPServerVarsFound": "Piwik detects the following GeoIP %s variables", + "GeoIpLocationProviderNotRecomnended": "Geolocation works, but you are not using one of the recommended providers.", "AssumingNonApache": "Cannot find apache_get_modules function, assuming non-Apache webserver.", "FoundApacheModules": "Piwik found the following Apache modules", "GeoIPNoServerVars": "Piwik cannot find any GeoIP %s variables.", diff --git a/plugins/Installation/templates/_systemCheckSection.twig b/plugins/Installation/templates/_systemCheckSection.twig index 7fa9d6000e9..1a0f2346c03 100755 --- a/plugins/Installation/templates/_systemCheckSection.twig +++ b/plugins/Installation/templates/_systemCheckSection.twig @@ -294,7 +294,7 @@
{% elseif infos.extra.geolocation_using_non_recommended %} {{ warning }} - Geolocation works, but you are not using one of the recommended providers. + {{ 'UserCountry_GeoIpLocationProviderNotRecomnended'|translate }} {{ 'UserCountry_GeoIpLocationProviderDesc_ServerBased2'|translate('', '', '', '')|raw }}
{% else %} @@ -344,4 +344,4 @@ -{% include "@Installation/_integrityDetails.twig" %} \ No newline at end of file +{% include "@Installation/_integrityDetails.twig" %}