fix locale not using namespace

This commit is contained in:
Jérémie N'gadi
2020-05-13 21:26:03 +02:00
parent 9038022f1d
commit 65bdeac65c
+1 -1
View File
@@ -51,7 +51,7 @@ AddEventHandler('esx_accessories:pay', function()
local xPlayer = ESX.GetPlayerFromId(source)
xPlayer.removeMoney(self.Config.Price)
TriggerClientEvent('esx:showNotification', source, _U('you_paid', ESX.Math.GroupDigits(self.Config.Price)))
TriggerClientEvent('esx:showNotification', source, _U('accesories:you_paid', ESX.Math.GroupDigits(self.Config.Price)))
end)