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:
authorNina Pypchenko <22447785+nina-py@users.noreply.github.com>2020-09-26 07:32:28 +0300
committerGitHub <noreply@github.com>2020-09-26 07:32:28 +0300
commita49ed63c5ae9db59d34fa21616d955a064599c6a (patch)
tree66ecadd7006e03226d31b40ad551720851dfd5c8 /plugins/CustomDimensions/Commands/RemoveCustomDimension.php
parent9967583d3368bb93a8f02e8d47a22db5c6353427 (diff)
Replaced 'Piwik' with 'Matomo' in console output (#16475)
Diffstat (limited to 'plugins/CustomDimensions/Commands/RemoveCustomDimension.php')
-rw-r--r--plugins/CustomDimensions/Commands/RemoveCustomDimension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomDimensions/Commands/RemoveCustomDimension.php b/plugins/CustomDimensions/Commands/RemoveCustomDimension.php
index 30fdfe7664..e571fb8dc7 100644
--- a/plugins/CustomDimensions/Commands/RemoveCustomDimension.php
+++ b/plugins/CustomDimensions/Commands/RemoveCustomDimension.php
@@ -90,7 +90,7 @@ class RemoveCustomDimension extends ConsoleCommand
$numDimensionsAvailable = $tracking->getNumInstalledIndexes();
$this->writeSuccessMessage($output, array(
- sprintf('Your Piwik is now configured for up to %d Custom Dimensions in scope %s.', $numDimensionsAvailable, $scope)
+ sprintf('Your Matomo is now configured for up to %d Custom Dimensions in scope %s.', $numDimensionsAvailable, $scope)
));
}