diff --git a/server/shell.ts b/server/shell.ts index 8d8bcd4..b131b84 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -680,7 +680,7 @@ export function renderShell(opts: ShellOptions): string { '
' + '
🔒
' + '

Private Space

' + - '

You don\'t have access to ' + slug + '.

' + + '

You don\\\'t have access to ' + slug + '.

' + '

This space is private. Ask the owner to invite you as a member.

' + '' + homeLabel + '' + '
';