diff --git a/PluralKit.Bot/Commands/Lists/ContextListExt.cs b/PluralKit.Bot/Commands/Lists/ContextListExt.cs index e687eeb8..f1efadb0 100644 --- a/PluralKit.Bot/Commands/Lists/ContextListExt.cs +++ b/PluralKit.Bot/Commands/Lists/ContextListExt.cs @@ -136,7 +136,7 @@ namespace PluralKit.Bot profile.Append($"\n**Birthdate**: {m.BirthdayString}"); if (m.ProxyTags.Count > 0) - profile.Append($"\n**Proxy tags:** {m.ProxyTagsString()}"); + profile.Append($"\n**Proxy tags**: {m.ProxyTagsString()}"); if (opts.IncludeMessageCount && m.MessageCountFor(lookupCtx) is {} count && count > 0) profile.Append($"\n**Message count:** {count}"); @@ -161,4 +161,4 @@ namespace PluralKit.Bot } } } -} \ No newline at end of file +}