mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Merge pull request #244 from michur55/patch-3
fix(esx_property/client/main.lua) Fix bad translation label
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user