We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a03ab5 + a349c33 commit d6a4d84Copy full SHA for d6a4d84
app/code/Magento/Integration/Helper/Data.php
@@ -21,7 +21,7 @@ public function mapResources(array $resources)
21
foreach ($resources as $resource) {
22
$item = [];
23
$item['attr']['data-id'] = $resource['id'];
24
- $item['data'] = $resource['title'];
+ $item['data'] = __($resource['title']);
25
$item['children'] = [];
26
if (isset($resource['children'])) {
27
$item['state'] = 'open';
0 commit comments