Merge branch 'ent-10082-cambio-en-tooltip-de-busqueda-doble-en-vista-de-agentes' into 'develop'
Ent 10082 cambio en tooltip de busqueda doble en vista de agentes See merge request artica/pandorafms!5389
This commit is contained in:
commit
bc54884361
|
@ -537,7 +537,7 @@ function print_form_filter_monitors(
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data[0][2] = __('Free text for search (*):').ui_print_help_tip(
|
$table->data[0][2] = __('Free text for search (*):').ui_print_help_tip(
|
||||||
__('Search by module name, list matches.'),
|
__('Search by module name or alert name, list matches.'),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue