Merge branch '1255-Opción-para-tener-Alias-as-name-por-defecto-4463-reopen' into 'develop'

Change token text in general setup - #1255

See merge request !889
This commit is contained in:
vgilc 2017-10-05 13:48:28 +02:00
commit 9b59702edd
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ $table->data[37][0] = __('audit log directory') .
ui_print_help_tip (__("Directory where audit log is stored."), true);
$table->data[37][1] = html_print_input_text ('auditdir', io_safe_output($config["auditdir"]), '', 30, 100, true);
$table->data[38][0] = __('To use alias as name when creating agent');
$table->data[38][0] = __('Set alias as name by default in agent creation');
$table->data[38][1] = __('Yes').'   '.html_print_radio_button ('alias_as_name', 1, '', $config["alias_as_name"], true).'  ';
$table->data[38][1] .= __('No').'   '.html_print_radio_button ('alias_as_name', 0, '', $config["alias_as_name"], true);