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({
|
app.alert({
|
||||||
title: '[[global:alert.banned]]',
|
title: '[[global:alert.banned]]',
|
||||||
message: '[[global:alert.banned.message]]',
|
message: '[[global:alert.banned.message]]',
|
||||||
type: 'warning',
|
type: 'danger',
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user