diff --git a/chat_box/views.py b/chat_box/views.py index 95a6819..34b82bb 100644 --- a/chat_box/views.py +++ b/chat_box/views.py @@ -42,7 +42,7 @@ import json class ChatView(ListView): context_object_name = "message" template_name = "chat/chat.html" - title = _("Chat Box") + title = _("LQDOJ Chat") def __init__(self): super().__init__()