diff --git a/pandora_console/extensions/db_status.php b/pandora_console/extensions/db_status.php
index 456e97be54..d62ea49561 100755
--- a/pandora_console/extensions/db_status.php
+++ b/pandora_console/extensions/db_status.php
@@ -50,10 +50,14 @@ function extension_db_status()
}
ui_print_info_message(
- __('This extension checks the DB is correct. Because sometimes the old DB from a migration has not some fields in the tables or the data is changed.')
- );
- ui_print_info_message(
- __('At the moment the checks is for MySQL/MariaDB.')
+ " - " .
+ __('This extension checks the DB is correct. Because sometimes the old DB from a migration has not some fields in the tables or the data is changed.') .
+ "
" .
+ " - " .
+ __('At the moment the checks is for MySQL/MariaDB.') .
+ "
" .
+ " - " .
+ __('User must have Select, Drop, Create and References privileges.')
);
echo "