change message in non initialited modules

This commit is contained in:
marcos 2020-07-07 15:48:31 +02:00
parent b18ace9ef6
commit e2ae568ed3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ $sort = get_parameter('sort', 'up');
$modules_not_init = agents_monitor_notinit($id_agente);
if (empty($modules_not_init) === false) {
$help_not_init = ui_print_warning_message(
__('No initialized modules found.')
__('Non initialized modules found.')
);
} else {
$help_not_init = '';