mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Correct locale strings
This commit is contained in:
+2
-2
@@ -23,9 +23,9 @@ function SetPropertyOwned(name, price, rented, owner)
|
||||
TriggerClientEvent('esx_property:setPropertyOwned', xPlayer.source, name, true, rented)
|
||||
|
||||
if rented then
|
||||
xPlayer.showNotification(_U('rented_for', ESX.Math.GroupDigits(price)))
|
||||
xPlayer.showNotification(_U('rent_for', ESX.Math.GroupDigits(price)))
|
||||
else
|
||||
xPlayer.showNotification(_U('purchased_for', ESX.Math.GroupDigits(price)))
|
||||
xPlayer.showNotification(_U('buy_for', ESX.Math.GroupDigits(price)))
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user