mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
danger instead of warning for banned alert
This commit is contained in:
@@ -150,7 +150,7 @@ var socket,
|
||||
app.alert({
|
||||
title: '[[global:alert.banned]]',
|
||||
message: '[[global:alert.banned.message]]',
|
||||
type: 'warning',
|
||||
type: 'danger',
|
||||
timeout: 1000
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user