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:
Daniel Rodriguez 2023-01-11 09:37:34 +00:00
commit bc54884361
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ function print_form_filter_monitors(
);
$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
);