diff --git a/netbox/templates/htmx/notifications.html b/netbox/templates/htmx/notifications.html
index e03e5afc9..2154d56ba 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 e4d511501..aa72ed616 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 5140a2f3f..42148d96d 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 e27be3323..4cca0b57e 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 %}