diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index b8b42ad945..ec065a6a52 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -333,7 +333,7 @@ $id_usr = $config['id_user']; if (!$meta) { - $home_screen = '
'.__('Home screen').ui_print_help_tip(__('User can customize the home page. By default, will display \'Agent Detail\'. Example: Select \'Other\' and type sec=estado&sec2=operation/agentes/estado_agente to show agent detail view'), true).'
'; + $home_screen = ''.__('Home screen').ui_print_help_tip(__('User can customize the home page. By default, will display \'Agent Detail\'. Example: Select \'Other\' and type index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 to show agent detail view'), true).'
'; $values = [ 'Default' => __('Default'), 'Visual console' => __('Visual console'),