mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 07:01:29 +00:00
fix(es_extended/server/modules/commands): use translate
This commit is contained in:
@@ -442,7 +442,7 @@ if not Config.CustomInventory then
|
||||
ESX.RegisterCommand("refreshitems", "admin", function(xPlayer)
|
||||
ESX.RefreshItems()
|
||||
|
||||
xPlayer.showNotification(TranslateCap("command_refreshitems_success", #ESX.Items), true, false, 140)
|
||||
xPlayer.showNotification(Translate("command_refreshitems_success", #ESX.Items), true, false, 140)
|
||||
end, true, { help = TranslateCap("command_refreshitems") })
|
||||
|
||||
ESX.RegisterCommand(
|
||||
|
||||
Reference in New Issue
Block a user