This commit is contained in:
Daniel Maya 2022-03-24 15:15:08 +01:00
parent 98aebc4587
commit 4c9bdca3f8
3 changed files with 3 additions and 3 deletions

View File

@ -397,7 +397,7 @@ function mainAgentsModules()
1 => __('Show module data'),
];
$filter_type_label = '<b>'.__('Information to be show').'</b>';
$filter_type_label = '<b>'.__('Information to be shown').'</b>';
$filter_type = html_print_select($show_select, 'show_type', $show_type, '', '', 0, true, false, false, '', false, 'min-width: 180px;');
// Groups.

View File

@ -1839,7 +1839,7 @@ $class = 'databox filters';
</tr>
<tr id="row_type_show" class="datos">
<td class="bolder"><?php echo __('Information to be show'); ?></td>
<td class="bolder"><?php echo __('Information to be shown'); ?></td>
<td>
<?php
$show_select = [

View File

@ -258,7 +258,7 @@ class AgentModuleWidget extends Widget
$inputs[] = [
'class' => 'flex flex-row',
'label' => __('Information to be show'),
'label' => __('Information to be shown'),
'arguments' => [
'type' => 'select',
'fields' => $show_select,