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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-06-19 01:05:52 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2019-06-19 01:05:52 +0300
commitb3555e1f1efcbb63158e6c116e1fb5c8805851f8 (patch)
tree5a3cd39cc9051cda2b949669530c5cde753ce92d /plugins/SegmentEditor
parent57f7184a0dc49df4eacbbd27ca0aef909668b410 (diff)
Add widget to help users getting started and complete important steps with Matomo (#12468)
* added Tour plugin * enable tour plugin by default * better logic to handle steps * refactor plugin, add more steps * lots more code improvements, ui improvements, translations, challenges * lots of more improvements * adding more challenges * improve detection * more tweaks and tests * a few more tweaks * update some wordings * switch two levels talent and professional * apply review feedback * Update ChallengeCustomLogo.php * Expected files for system tests
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/lang/en.json b/plugins/SegmentEditor/lang/en.json
index 47029183cd..19446db9a6 100644
--- a/plugins/SegmentEditor/lang/en.json
+++ b/plugins/SegmentEditor/lang/en.json
@@ -1,6 +1,6 @@
{
"SegmentEditor": {
- "PluginDescription": "Create and reuse custom visitor Segments with the Segment Editor.",
+ "PluginDescription": "A segment is a set of criteria used to select only a part of the entire set of visits. Using segments you can inject arbitrary context back into your reports.",
"AddANDorORCondition": "Add %s condition",
"AddNewSegment": "Add new segment",
"AreYouSureDeleteSegment": "Are you sure you want to delete this segment?",