fix(es_extended/server/modules/commands): use translate

This commit is contained in:
Kenshin13
2025-07-25 11:47:40 +02:00
parent a95427830c
commit 71143e96d8
@@ -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(