Skip to content
2 changes: 1 addition & 1 deletion MainModule/Client/UI/Default/Profile.luau
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ return function(data, env)
end

for i, v in ipairs({
{"Membership", player.MembershipType.Name, "The player's Roblox membership type (Premium)"},
{"Membership", player.MembershipType.Name, "The player's Roblox membership type (Plus)"},
{"Can Chat", data.CanChatGet[1] and boolToStr(data.CanChatGet[2]) or "[Error]", "Does the player's account settings allow them to chat?"},
{"Safe Chat Enabled", data.SafeChat, "[Admins Only] Does the player have safe chat applied?"},
{"Mail Verified", data.MailVerified, "[Admins Only] Does the player have verified their mail?"},
Expand Down
Loading