From a481cafd1e9d8d627c83ae9a4236afe3d2d88394 Mon Sep 17 00:00:00 2001 From: Michur55 <34773629+michur55@users.noreply.github.com> Date: Thu, 5 May 2022 16:41:48 +0200 Subject: [PATCH] fix(esx_property/client/main.lua) Fix bad translation label --- [esx_addons]/esx_property/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx_addons]/esx_property/client/main.lua b/[esx_addons]/esx_property/client/main.lua index 6b831b9b..67666257 100644 --- a/[esx_addons]/esx_property/client/main.lua +++ b/[esx_addons]/esx_property/client/main.lua @@ -318,7 +318,7 @@ function OpenGatewayOwnedPropertiesMenu(property) local elements = {{label = _U('enter'), value = 'enter'}} if not Config.EnablePlayerManagement then - table.insert(elements, {label = _U('leave'), value = 'leave'}) + table.insert(elements, {label = _U('move_out'), value = 'leave'}) end ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'gateway_owned_properties_actions', {