From 9d24c51dfb0d6012616f833da77850a76bf85ca7 Mon Sep 17 00:00:00 2001 From: feelfreetofee <89666307+feelfreetofee@users.noreply.github.com> Date: Sat, 17 Sep 2022 23:53:46 +0200 Subject: [PATCH] feat(esx_property/client/cctv.lua) Translation Notification for CCTV Screenshot --- [esx_addons]/esx_property/client/cctv.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx_addons]/esx_property/client/cctv.lua b/[esx_addons]/esx_property/client/cctv.lua index 9fe7135a..c226520a 100644 --- a/[esx_addons]/esx_property/client/cctv.lua +++ b/[esx_addons]/esx_property/client/cctv.lua @@ -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