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:
authorPeter Zhang <waikatozhang@gmail.com>2021-09-22 08:52:01 +0300
committerGitHub <noreply@github.com>2021-09-22 08:52:01 +0300
commitb35a0c8feebb7fc804485cd606872465821cdce1 (patch)
tree244d9b78b7e125f910eede609e8a9c06f98e7d18 /plugins
parente39f2ee65befc883dac4c06b0232f4ead485ac74 (diff)
Update regex inline helper slashes can be escaped. (#18043)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CustomDimensions/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomDimensions/lang/en.json b/plugins/CustomDimensions/lang/en.json
index 9869d96c98..72822366d2 100644
--- a/plugins/CustomDimensions/lang/en.json
+++ b/plugins/CustomDimensions/lang/en.json
@@ -18,7 +18,7 @@
"ExceptionDimensionIsNotActive": "Dimension %1$d for website %2$d is not active.",
"ExtractValue": "Extract value",
"Extractions": "Extractions",
- "ExtractionsHelp": "This is optional. A regex can be used to extract the value for this Custom Dimension from a page URL or page title automatically. This way, the custom dimension value does not have to be set manually via a Tracking client. A value still can be set manually via the Matomo Tracker API. Dimension values set manually in tracking clients always takes precedence over extractions. If multiple extractions are defined, the first extraction that matches is used.",
+ "ExtractionsHelp": "This is optional. A regex can be used to extract the value for this Custom Dimension from a page URL or page title automatically. This way, the custom dimension value does not have to be set manually via a Tracking client. A value still can be set manually via the Matomo Tracker API. Dimension values set manually in tracking clients always takes precedence over extractions. If multiple extractions are defined, the first extraction that matches is used. You don’t need to escape forward slashes as Matomo does this for you automatically. For example, use /news/ instead of \\/news\\/.",
"HowToCreateCustomDimension": "To create a new Custom Dimension execute the following command within your Matomo installation:",
"HowToManyCreateCustomDimensions": "If you want to create multiple new Custom Dimensions at once, simply append the number of dimensions that shall be created. As all database changes will be executed in one statement, it may not take much longer to add multiple Custom Dimensions at once.",
"HowToTrackManuallyTitle": "Tracking a value for this dimension manually",