diff --git a/system/templates/admin.items.html.twig b/system/templates/admin.items.html.twig
index 90769ba1..436ebc46 100644
--- a/system/templates/admin.items.html.twig
+++ b/system/templates/admin.items.html.twig
@@ -20,7 +20,7 @@
$('#loader').show();
var $notice = $('#notice');
- $notice.html('Reloading...' + $('#notice').text());
+ $notice.html('Reloading...' + $notice.text());
});
})
\ No newline at end of file