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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2018-01-18 04:03:27 +0300
committerGitHub <noreply@github.com>2018-01-18 04:03:27 +0300
commit6dd5ddf86c9c7334ab108b482bd9ec1d18cd0e2a (patch)
tree7cc16c57f9005b7ce30346032dd57dcd0a451b98 /plugins
parent1f235d5d2f7be175dbc2a22030949a13e1e5137a (diff)
Rename the metrics
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Events/lang/en.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Events/lang/en.json b/plugins/Events/lang/en.json
index 8658bd6ed0..52597feabd 100644
--- a/plugins/Events/lang/en.json
+++ b/plugins/Events/lang/en.json
@@ -16,19 +16,19 @@
"Events": "Events",
"EventsWithValue": "Events with a value",
"EventsWithValueDocumentation": "Number of events where an Event value was set",
- "EventValue": "Event Value",
+ "EventValue": "Event value",
"EventValueTooltip": "Total Event value is the sum of %1$s events values %2$s between minimum of %3$s and maximum of %4$s.",
- "MaxValue": "Maximum value",
+ "MaxValue": "Maximum Event value",
"MaxValueDocumentation": "The maximum value for this event",
- "MinValue": "Minimum value",
+ "MinValue": "Minimum Event value",
"MinValueDocumentation": "The minimum value for this event",
"SecondaryDimension": "Secondary dimension is %s.",
"SwitchToSecondaryDimension": "Switch to %s",
"TopEvents": "Top Events",
"TotalEvents": "Total events",
"TotalEventsDocumentation": "Total number of events",
- "TotalValue": "Total value",
+ "TotalValue": "Event value",
"TotalValueDocumentation": "The sum of event values",
"ViewEvents": "View Events"
}
-} \ No newline at end of file
+}