summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js')
-rw-r--r--core/js/integritycheck-failed-notification.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/integritycheck-failed-notification.js b/core/js/integritycheck-failed-notification.js
index 5bc758d54cb..9f7c59b9089 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
}
);