feat(esx_property/client/cctv.lua) Translation

Notification for CCTV Screenshot
This commit is contained in:
feelfreetofee
2022-09-17 23:53:46 +02:00
committed by GitHub
parent 800a0c790d
commit 9d24c51dfb
+1 -1
View File
@@ -231,7 +231,7 @@ function CCTV(PropertyID)
exports['screenshot-basic']:requestScreenshotUpload(hook, "files[]", function(data)
local image = json.decode(data)
print(ESX.DumpTable(image))
ESX.ShowNotification("Picture Taken!", "success")
ESX.ShowNotification(_U("picture_taken"), "success")
SendNUIMessage({link = image.attachments[1].proxy_url})
ESX.ShowNotification(_U("clipboard"), "success")
ShowButtons = true