diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json
index 00c1b86d1d..535ec483ec 100644
--- a/common/locales/en/groups.json
+++ b/common/locales/en/groups.json
@@ -14,7 +14,6 @@
"dataTool": "Data Display Tool",
"resources": "Resources",
"askQuestionNewbiesGuild": "Ask a Question (Newbies Guild)",
- "tavernTalk": "Tavern Talk",
"tavernAlert1": "To report a bug, visit",
"tavernAlert2": "the Report a Bug Guild",
"moderatorIntro1": "Tavern and guild moderators are: ",
diff --git a/website/views/options/social/tavern.jade b/website/views/options/social/tavern.jade
index c03503256a..cc06b77ed9 100644
--- a/website/views/options/social/tavern.jade
+++ b/website/views/options/social/tavern.jade
@@ -145,7 +145,7 @@
include ./challenge-box
.col-md-8.tavern(ng-controller='ChatCtrl')
- h3=env.t('tavernTalk')
+ h3=env.t('tavern')
include ./chat-box
.alert.alert-info.alert-sm
!= ' ' + env.t('tavernAlert1') + ' ' + env.t('tavernAlert2') + '!
' + env.t('moderatorIntro1')