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:
authorStefan Giehl <stefan@piwik.org>2018-05-22 02:12:59 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-22 02:12:59 +0300
commit05d5b3010b889ac7cbea12bc9c4e70c98a33ecb0 (patch)
treed8152e314c391c0ccad4fa73cdf48c33783c368b /plugins/UserCountry
parent634a7fe19efa7bc8a80ebad55f41025fe639ecfc (diff)
Adds message about data retention on gdpr overview (#12878)
* Adds message about data retention on gdpr overview * Adds additional information about gdpr relevant data retention * replace log data with raw data * review adjustments * adds ui test * review adjustments * update UI files
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php b/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php
index c5eaf833da..763964ce72 100644
--- a/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php
+++ b/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php
@@ -73,7 +73,7 @@ class AttributeHistoricalDataWithLocations extends ConsoleCommand
protected function configure()
{
$this->setName('usercountry:attribute');
- $this->setDescription("Re-attribute existing log data (visits & conversions) with geolocated location data, using the specified or configured location provider.");
+ $this->setDescription("Re-attribute existing raw data (visits & conversions) with geolocated location data, using the specified or configured location provider.");
$this->addArgument(self::DATES_RANGE_ARGUMENT, InputArgument::REQUIRED, 'Attribute visits in this date range. Eg, 2012-01-01,2013-01-01');
$this->addOption(self::PERCENT_STEP_ARGUMENT, null, InputArgument::OPTIONAL,
'How often to display the command progress. A status update will be printed after N percent of visits are processed, '