Merge remote-tracking branch 'origin' into notifications

This commit is contained in:
Julian Lam
2013-05-23 13:13:35 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ var socket,
app.alert({
alert_id: 'connection_alert',
title: 'Connected',
message: 'Connection successfull',
message: 'Connection successful',
type: 'success',
timeout: 5000
});