diff --git a/app/assets/javascripts/discourse/app/components/user-nav.hbs b/app/assets/javascripts/discourse/app/components/user-nav.hbs
index 237b2a19ad1..6988e134fa2 100644
--- a/app/assets/javascripts/discourse/app/components/user-nav.hbs
+++ b/app/assets/javascripts/discourse/app/components/user-nav.hbs
@@ -52,7 +52,7 @@
{{#if @showNotificationsTab}}
- {{d-icon "comment" class="glyph"}}{{i18n "user.notifications"}}
+ {{d-icon "bell" class="glyph"}}{{i18n "user.notifications"}}
{{/if}}
diff --git a/app/assets/javascripts/discourse/app/templates/user.hbs b/app/assets/javascripts/discourse/app/templates/user.hbs
index c3b1e4e4192..fa522ce8b29 100644
--- a/app/assets/javascripts/discourse/app/templates/user.hbs
+++ b/app/assets/javascripts/discourse/app/templates/user.hbs
@@ -267,7 +267,7 @@
{{#if this.showNotificationsTab}}
- {{d-icon "comment" class="glyph"}}{{i18n 'user.notifications'}}
+ {{d-icon "bell" class="glyph"}}{{i18n 'user.notifications'}}
{{/if}}