diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 4197233418..53411c2fb7 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -36,7 +36,7 @@ <%= t('user_notifications.digest.posts', count: t.posts_count) %> - <%- if t.category %><%= t.category.name %><%- end %> + <%- if t.category && !t.category.uncategorized? %><%= t.category.name %><%- end %> <%- end -%>