diff --git a/core/js/integritycheck-failed-notification.js b/core/js/integritycheck-failed-notification.js
index 5bc758d54cb39a49f55205242650226c3dfbe7c0..9f7c59b9089106bd7c947b000f13deb0476f07c8 100644
--- a/core/js/integritycheck-failed-notification.js
+++ b/core/js/integritycheck-failed-notification.js
@@ -31,6 +31,7 @@ $(document).ready(function(){
 	OC.Notification.showHtml(
 		text,
 		{
+			type: 'error',
 			isHTML: true
 		}
 	);