mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Update multi-language support
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ function OpenRealestateAgentMenu()
|
||||
}
|
||||
|
||||
if PlayerData.job ~= nil and PlayerData.job.name == 'realestateagent' and PlayerData.job.grade_name == 'boss' then
|
||||
table.insert(elements, {label = 'Action Patron', value = 'boss_actions'})
|
||||
table.insert(elements, {label = _U('boss_action'), value = 'boss_actions'})
|
||||
end
|
||||
|
||||
ESX.UI.Menu.CloseAll()
|
||||
|
||||
Reference in New Issue
Block a user