diff --git a/netbox/templates/htmx/notifications.html b/netbox/templates/htmx/notifications.html
index e03e5afc9ba..2154d56ba62 100644
--- a/netbox/templates/htmx/notifications.html
+++ b/netbox/templates/htmx/notifications.html
@@ -15,14 +15,14 @@
+
{% trans "No unread notifications" %}
{% endfor %}
diff --git a/netbox/templates/inc/light_toggle.html b/netbox/templates/inc/light_toggle.html
index e4d51150100..aa72ed616bc 100644
--- a/netbox/templates/inc/light_toggle.html
+++ b/netbox/templates/inc/light_toggle.html
@@ -1,10 +1,10 @@
{% load i18n %}
-
diff --git a/netbox/templates/inc/notification_bell.html b/netbox/templates/inc/notification_bell.html
index 5140a2f3f26..42148d96de9 100644
--- a/netbox/templates/inc/notification_bell.html
+++ b/netbox/templates/inc/notification_bell.html
@@ -1,6 +1,7 @@
{% if notifications %}
-
+
+
{% else %}
diff --git a/netbox/templates/inc/user_menu.html b/netbox/templates/inc/user_menu.html
index e27be3323cd..4cca0b57e8f 100644
--- a/netbox/templates/inc/user_menu.html
+++ b/netbox/templates/inc/user_menu.html
@@ -12,9 +12,9 @@
{# Notifications #}
{% with notifications=request.user.notifications.unread.exists %}
{% endwith %}