From 8f6507fdab567bbacaf77de3705641122162f156 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sun, 2 Aug 2020 17:34:06 -0500 Subject: [PATCH] Change chat title --- templates/chat/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat/chat.html b/templates/chat/chat.html index f1b1663..e3a4470 100644 --- a/templates/chat/chat.html +++ b/templates/chat/chat.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title_row %}{% endblock %} {% block title_ruler %}{% endblock %} - +{% block title %} {{_('Chat Box')}} {% endblock %} {% block js_media %}