diff --git a/server/chat-plugins/friends.ts b/server/chat-plugins/friends.ts index 3dec4e26d342..53cfe28aacb5 100644 --- a/server/chat-plugins/friends.ts +++ b/server/chat-plugins/friends.ts @@ -97,7 +97,7 @@ export const Friends = new class { return buf; } - buf += `
Add friend:
`; + buf += `Add friend:
`; buf += `
`; for (const key in categorized) {