Update Multi-Language Support

This commit is contained in:
nearbyplayer
2017-09-03 15:22:30 -04:00
parent 573f24c8c9
commit 4668ee6772
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function OpenBankActionsMenu()
}
if PlayerData.job.grade_name == 'boss' then
table.insert(elements, {label = 'Action Patron', value = 'boss_actions'})
table.insert(elements, {label = _U('boss_actions'), value = 'boss_actions'})
end
ESX.UI.Menu.CloseAll()