Update multi-language support

This commit is contained in:
nearbyplayer
2017-09-03 15:43:59 -04:00
parent 8334731f41
commit e21bf9c269
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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()