Fixed minor error

Former-commit-id: 05fc8b97c42ee9907954cb28d9e560c9076d50e9
This commit is contained in:
Daniel Barbero 2019-02-14 16:53:01 +01:00
parent d9ba3af358
commit 624d804168

View File

@ -430,7 +430,7 @@ if ($config['history_db_enabled'] == 1) {
} }
} else { } else {
echo ui_print_error_message( echo ui_print_error_message(
__('The tconfig table does not exist in the bbdd') __('The tconfig table does not exist in the historical database')
); );
} }