diff --git a/app/assets/javascripts/discourse/templates/user/user.js.handlebars b/app/assets/javascripts/discourse/templates/user/user.js.handlebars
index 9532d1f027f..461b76a6624 100644
--- a/app/assets/javascripts/discourse/templates/user/user.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/user/user.js.handlebars
@@ -27,7 +27,7 @@
{{#link-to 'user.notifications' tagName="li"}}
{{#link-to 'user.notifications'}}
- {{i18n user.notification_history}}
+ {{i18n user.notifications}}
({{unread_notification_count}})
{{/link-to}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 5b18c2fa076..40fa23eefef 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -306,7 +306,6 @@ en:
invited_by: "Invited By"
trust_level: "Trust Level"
notifications: "Notifications"
- notification_history: "Notification History"
disable_jump_reply: "Don't jump to your new post after replying"
dynamic_favicon: "Show incoming message notifications on favicon (experimental)"
edit_history_public: "Let other users view my post revisions"