mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
change message in non initialited modules
This commit is contained in:
parent
b18ace9ef6
commit
e2ae568ed3
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user