Skip to content

Commit

Permalink
Fix: Incorrect Locale Name
Browse files Browse the repository at this point in the history
  • Loading branch information
dnelyk authored Jan 8, 2023
1 parent 4a7de44 commit cde5200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fuel_cl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ RegisterNetEvent('cdn-fuel:client:jerrycanfinalmenu', function(purchasetype)
TriggerServerEvent('cdn-fuel:server:purchase:jerrycan', purchasetype)
else
if purchasetype == 'bank' then QBCore.Functions.Notify(Lang:t("not_enough_money_in_bank"), 'error') end
if purchasetype == "cash" then QBCore.Functions.Notify(Lang:t("not_enough_money_in_pocket"), 'error') end
if purchasetype == "cash" then QBCore.Functions.Notify(Lang:t("not_enough_money_in_cash"), 'error') end
end
end)

Expand Down

0 comments on commit cde5200

Please sign in to comment.