mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +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);
|
$modules_not_init = agents_monitor_notinit($id_agente);
|
||||||
if (empty($modules_not_init) === false) {
|
if (empty($modules_not_init) === false) {
|
||||||
$help_not_init = ui_print_warning_message(
|
$help_not_init = ui_print_warning_message(
|
||||||
__('No initialized modules found.')
|
__('Non initialized modules found.')
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$help_not_init = '';
|
$help_not_init = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user