diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue
index 12968cfb..ca529b5a 100644
--- a/src/components/chat_panel/chat_panel.vue
+++ b/src/components/chat_panel/chat_panel.vue
@@ -10,7 +10,7 @@
@click.stop.prevent="togglePanel"
>
-
{{ $t('chat.title') }}
+
{{ $t('shoutbox.title') }}
- {{ $t('chat.title') }}
+ {{ $t('shoutbox.title') }}
diff --git a/src/i18n/en.json b/src/i18n/en.json
index dc714bce..6bc63cfd 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -29,8 +29,8 @@
},
"staff": "Staff"
},
- "chat": {
- "title": "Chat"
+ "shoutbox": {
+ "title": "Shoutbox"
},
"domain_mute_card": {
"mute": "Mute",