mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
more work for #1368
This commit is contained in:
@@ -95,8 +95,8 @@ define(['sounds'], function(sound) {
|
||||
|
||||
app.alert({
|
||||
alert_id: 'new_notif',
|
||||
title: 'New notification',
|
||||
message: 'You have unread notifications.',
|
||||
title: '[[notifications:new_notification]]',
|
||||
message: '[[notifications:you_have_unread_notifications]]',
|
||||
type: 'warning',
|
||||
timeout: 2000
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user