From 1a5d0fe1b58aec729f5f2d1372e8c73a5eb442b0 Mon Sep 17 00:00:00 2001 From: Kasey FItton Date: Fri, 12 Jul 2024 00:27:33 +0100 Subject: [PATCH] tweak(locale/en): better SQL error messaging --- locale/en.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en.lua b/locale/en.lua index 8037338..2c17a26 100644 --- a/locale/en.lua +++ b/locale/en.lua @@ -18,8 +18,8 @@ local Translations = { no_waypoint = 'No Waypoint Set.', tp_error = 'Error While Teleporting.', ban_table_not_found = '[QBCORE] - Unable to find the bans table in the database. Please ensure you have imported the SQL file correctly.', - connecting_database_error = '[QBCORE] - A database error occurred while connecting to the server. (Is the SQL server on?)', - connecting_database_timeout = '[QBCORE] - Connection to database timed out. (Is the SQL server on?)', + connecting_database_error = '[QBCORE] - An error occurred while connecting to the database. Ensure that the SQL server is running and that the details in the server.cfg file are correct.', + connecting_database_timeout = '[QBCORE] - The database connection has timed out. Ensure that the SQL server is running and that the details in the server.cfg file are correct.', }, success = { server_opened = 'The server has been opened',