From 05fadd167dcab384671044693ecf379a55ce0a7b Mon Sep 17 00:00:00 2001 From: "manuel.montes" Date: Tue, 1 Sep 2020 12:30:55 +0200 Subject: [PATCH] Changed names --- .../godmode/agentes/module_manager_editor_common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index b812e5b8b0..73567b244a 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -382,7 +382,7 @@ if ($disabledBecauseInPolicy) { ); } -$table_simple->data[2][0] = __('Warning status'); +$table_simple->data[2][0] = __('Warning threshold'); if (!modules_is_string_type($id_module_type) || $edit) { $table_simple->data[2][1] .= ''.__('Min. ').''; $table_simple->data[2][1] .= html_print_input_text( @@ -435,7 +435,7 @@ if (!modules_is_string_type($id_module_type) || $edit) { $table_simple->data[2][2] = ' '; } -$table_simple->data[3][0] = __('Critical status'); +$table_simple->data[3][0] = __('Critical threshold'); if (!modules_is_string_type($id_module_type) || $edit) { $table_simple->data[3][1] .= ''.__('Min. ').''; $table_simple->data[3][1] .= html_print_input_text(