add locale for cash

This commit is contained in:
AdrineX
2018-06-12 16:51:10 +03:00
parent f4f9d13893
commit dcb4fbdaa0
6 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1084,7 +1084,7 @@ ESX.ShowInventory = function()
if ESX.PlayerData.money > 0 then
table.insert(elements, {
label = '[Cash] $' .. ESX.PlayerData.money,
label = _U('cash') .. ESX.PlayerData.money,
count = ESX.PlayerData.money,
type = 'item_money',
value = 'money',