From 709867c2ce78dc36fde9b33c9eeb3b9a44e330f8 Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Sat, 30 Sep 2023 03:48:08 -0500 Subject: [PATCH] QB Prefix on player connect --- locale/en.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/en.lua b/locale/en.lua index a8b4a5a..f5d80a7 100644 --- a/locale/en.lua +++ b/locale/en.lua @@ -9,16 +9,16 @@ local Translations = { item_not_exist = 'Item does not exist', too_heavy = 'Inventory too full', location_not_exist = 'Location does not exist', - duplicate_license = 'Duplicate Rockstar License Found', - no_valid_license = 'No Valid Rockstar License Found', - not_whitelisted = 'You\'re not whitelisted for this server', + duplicate_license = '[QBCORE] - Duplicate Rockstar License Found', + no_valid_license = '[QBCORE] - No Valid Rockstar License Found', + not_whitelisted = '[QBCORE] - You\'re not whitelisted for this server', server_already_open = 'The server is already open', server_already_closed = 'The server is already closed', no_permission = 'You don\'t have permissions for this..', no_waypoint = 'No Waypoint Set.', tp_error = 'Error While Teleporting.', - connecting_database_error = 'A database error occurred while connecting to the server. (Is the SQL server on?)', - connecting_database_timeout = 'Connection to database timed out. (Is the SQL server on?)', + 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?)', }, success = { server_opened = 'The server has been opened',