more work for #1368

This commit is contained in:
barisusakli
2014-04-11 17:01:27 -04:00
parent 06dddccf8e
commit a091e06fe3
7 changed files with 25 additions and 27 deletions

View File

@@ -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
});