diff --git a/client/ui/routers/UserOrChatInfoDialog.tsx b/client/ui/routers/UserOrChatInfoDialog.tsx
index 5dba7a7..07db94d 100644
--- a/client/ui/routers/UserOrChatInfoDialog.tsx
+++ b/client/ui/routers/UserOrChatInfoDialog.tsx
@@ -46,7 +46,7 @@ export default function UserOrChatInfoDialog() {
}}>
{chat.getTitle()}
+ }}>{chat.getTitle() + (isMySelf ? ' (我)' : '')}