Change helptip in timeout session. Ticket: #4168

(cherry picked from commit e25013aec7)
This commit is contained in:
m-lopez-f 2016-11-08 16:27:54 +01:00
parent ba1d8b702f
commit f5cd834dd0
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if (is_ajax ()) {
set_when_empty ($config["session_timeout"], 90);
$row = array();
$row['name'] = __('Session timeout (mins)')
. ui_print_help_tip(__("This is defined in minutes"), true);
. ui_print_help_tip(__("This is defined in minutes, If you wish a permanent session should putting -1 in this field."), true);
$row['control'] = html_print_input_text ('session_timeout', $config["session_timeout"], '', 10, 10, true);
$table->data['session_timeout'] = $row;