Skip to content

Commit

Permalink
fix(locale): Invalid locale key for outfit description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Feb 26, 2023
1 parent 20ac4fe commit a809946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ RegisterNetEvent("illenium-appearance:client:OutfitManagementMenu", function(arg
options = {
{
title = _L("outfits.change.title"),
description = string.format(_L("outfits.manage.description"), args.type),
description = string.format(_L("outfits.change.description"), args.type),
menu = changeManagementOutfitMenuID,
},
{
Expand Down

0 comments on commit a809946

Please sign in to comment.