diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index 83b69c85d2..af71d96586 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -461,7 +461,7 @@ $data[0] .= $table_ichanges; //time autorefresh $times = get_refresh_time_array(); -$data[1] = ''.__('Time autorefresh').''; +$data[1] = ''.__('Time autorefresh'). ui_print_help_tip(__('Interval of autorefresh of the elements, by default they are 30 seconds, needing to enable the autorefresh first'), true).''; $data[1] .= $jump . ''. html_print_select ($times, 'time_autorefresh', $user_info["time_autorefresh"], '', '', '', true,false,false).''; $table->rowclass[] = '';