diff --git a/InvenTree/templates/js/translated/notification.js b/InvenTree/templates/js/translated/notification.js index b45b3d3702..74079669ab 100644 --- a/InvenTree/templates/js/translated/notification.js +++ b/InvenTree/templates/js/translated/notification.js @@ -173,7 +173,7 @@ function notificationCheck(force = false) { updateNotificationIndicator(response.length); }, error: function(xhr) { - console.warn("Could not access server: /api/notifications"); + console.warn('Could not access server: /api/notifications'); } } );