From 624d8041683a594bbe1658e7237d6ef34e92fd63 Mon Sep 17 00:00:00 2001 From: Daniel Barbero Date: Thu, 14 Feb 2019 16:53:01 +0100 Subject: [PATCH] Fixed minor error Former-commit-id: 05fc8b97c42ee9907954cb28d9e560c9076d50e9 --- pandora_console/godmode/setup/performance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/setup/performance.php b/pandora_console/godmode/setup/performance.php index 946a39770d..9e663e63cc 100644 --- a/pandora_console/godmode/setup/performance.php +++ b/pandora_console/godmode/setup/performance.php @@ -430,7 +430,7 @@ if ($config['history_db_enabled'] == 1) { } } else { echo ui_print_error_message( - __('The tconfig table does not exist in the bbdd') + __('The tconfig table does not exist in the historical database') ); }