From ace61c6aab8114b85ae7d0541afc9e79d7442d24 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 20 Mar 2022 19:38:40 +1100 Subject: [PATCH] Little bit of eye candy --- InvenTree/templates/js/translated/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/notification.js b/InvenTree/templates/js/translated/notification.js index 4da4c2e875..a289dcb8f7 100644 --- a/InvenTree/templates/js/translated/notification.js +++ b/InvenTree/templates/js/translated/notification.js @@ -253,7 +253,7 @@ function openNotificationPanel() { { success: function(response) { if (response.length == 0) { - html = `

{% trans "No unread notifications" %}

`; + html = `

{% trans "No unread notifications" %}

`; } else { // build up items response.forEach(function(item, index) {