Skip to content

Commit a809946

Browse files
fix(locale): Invalid locale key for outfit description
1 parent 20ac4fe commit a809946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ RegisterNetEvent("illenium-appearance:client:OutfitManagementMenu", function(arg
568568
options = {
569569
{
570570
title = _L("outfits.change.title"),
571-
description = string.format(_L("outfits.manage.description"), args.type),
571+
description = string.format(_L("outfits.change.description"), args.type),
572572
menu = changeManagementOutfitMenuID,
573573
},
574574
{

0 commit comments

Comments
 (0)