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.
1 parent b14d70e commit daeaeb4Copy full SHA for daeaeb4
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