diff --git a/client/main.lua b/client/main.lua index c50e1f88..87b7fad6 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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() diff --git a/locales/en.lua b/locales/en.lua index 1d9c4029..733bd5fa 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -19,4 +19,5 @@ Locales['en'] = { ['withdraw_amount'] = 'withdraw amount', ['withdraw_society_money'] = 'withdraw society money', ['bank_customer'] = 'bank Customer', + ['boss_actions'] = 'boss Actions', } \ No newline at end of file diff --git a/locales/fr.lua b/locales/fr.lua index 9afc4061..258d8632 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -19,4 +19,5 @@ Locales['fr'] = { ['withdraw_amount'] = 'montant du retrait', ['withdraw_society_money'] = 'retirer argent société', ['bank_customer'] = 'client Banque', + ['boss_actions'] = 'action Patron', } \ No newline at end of file