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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-05-24 07:32:40 +0300
committerGitHub <noreply@github.com>2018-05-24 07:32:40 +0300
commit623bbf6fc331e5588e88666d0040857ae493f985 (patch)
treee9a6be0a51357a783b059e15c2f43707b8d9f742 /plugins/API
parent617de25752c965ca7a8ff1979419a43b2e90c7a1 (diff)
Rename Actions category to Behavior + Referrers category to Acquisition (#12950)
* Rename Actions category to Behavior + Referrers category to Acquisition while retaining category ID. * quick fix * Update expected system test files. * Updating screenshots & fixing test. * fix dashboard test * Update screenshots again.
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/WidgetMetadata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/WidgetMetadata.php b/plugins/API/WidgetMetadata.php
index f03d3d7828..0bbb823f14 100644
--- a/plugins/API/WidgetMetadata.php
+++ b/plugins/API/WidgetMetadata.php
@@ -188,7 +188,7 @@ class WidgetMetadata
return array(
'id' => (string) $category->getId(),
- 'name' => Piwik::translate($category->getId()),
+ 'name' => $category->getDisplayName(),
'order' => $category->getOrder(),
'icon' => $category->getIcon(),
);