#8533 Fixed label
This commit is contained in:
parent
98aebc4587
commit
4c9bdca3f8
|
@ -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.
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue