Skip to content

Commit 68ff5b5

Browse files
trasherstonebuzz
authored andcommitted
Hamonize terms
1 parent d3e5a7f commit 68ff5b5

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

inc/menu.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ public static function displayMenu($type = "big")
254254
}
255255

256256
if (Session::haveRight("plugin_glpiinventory_collect", READ)) {
257-
$tasks_menu[11]['name'] = __('Computer information', 'glpiinventory');
258-
$tasks_menu[11]['pic'] = "ti ti-devices-pc";
257+
$tasks_menu[11]['name'] = __('Collect information', 'glpiinventory');
258+
$tasks_menu[11]['pic'] = "ti ti-device-desktop-down";
259259
$tasks_menu[11]['link'] = Toolbox::getItemTypeSearchURL('PluginGlpiinventoryCollect');
260260
}
261261

inc/profile.class.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -374,14 +374,6 @@ public function getRightsGeneral()
374374
'label' => __('Menu', 'glpiinventory'),
375375
'field' => 'plugin_glpiinventory_menu',
376376
],
377-
/*[
378-
'itemtype' => Agent::class,
379-
'label' => __('Agents', 'glpiinventory'),
380-
'field' => 'plugin_glpiinventory_agent'],*/
381-
/*[
382-
'rights' => [READ => __('Read')],
383-
'label' => __('Agent remote control', 'glpiinventory'),
384-
'field' => 'plugin_glpiinventory_remotecontrol'],*/
385377
[
386378
'rights' => [READ => __('Read'), UPDATE => __('Update')],
387379
'itemtype' => PluginGlpiinventoryConfig::class,
@@ -400,7 +392,7 @@ public function getRightsGeneral()
400392
],
401393
[
402394
'itemtype' => PluginGlpiinventoryCollect::class,
403-
'label' => __('Computer information', 'glpiinventory'),
395+
'label' => __('Collect information', 'glpiinventory'),
404396
'field' => 'plugin_glpiinventory_collect',
405397
],
406398
];

0 commit comments

Comments
 (0)