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@matomo.org>2018-12-31 06:36:01 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-12-31 06:36:01 +0300
commit008e4eb40a7522a1aef5c20b8293ddd7eef7e033 (patch)
tree6d4abc960498d65fad2628bb8b9fce8f7294dd7a /plugins/CustomVariables
parentaab30ac04217cc7a8776bf459149bf895eec67eb (diff)
replaces some remaining occurrences of Piwik with Matomo (#13922)
* replaces some remaining ocurrences of Piwik with Matomo * update tests
Diffstat (limited to 'plugins/CustomVariables')
-rw-r--r--plugins/CustomVariables/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/lang/en.json b/plugins/CustomVariables/lang/en.json
index f500382a2d..614a2f4e94 100644
--- a/plugins/CustomVariables/lang/en.json
+++ b/plugins/CustomVariables/lang/en.json
@@ -3,7 +3,7 @@
"ColumnCustomVariableName": "Custom Variable name",
"ColumnCustomVariableValue": "Custom Variable value",
"CustomVariables": "Custom Variables",
- "CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %1$s For more information about Custom Variables in general, read the %2$sCustom Variables documentation on piwik.org%3$s",
+ "CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %1$s For more information about Custom Variables in general, read the %2$sCustom Variables documentation on matomo.org%3$s",
"PluginDescription": "Custom Variables are (name, value) pairs that you can assign using the Javascript API to visitors or any of their action. Matomo will then report how many visits, pages, conversions for each of these custom names and values. View the detailed Custom Variables for each user and action in the Visitor Log. This plugin is required to use Ecommerce Analytics feature!",
"ScopePage": "scope page",
"ScopeVisit": "scope visit",