update err message

This commit is contained in:
Tankred Hase 2013-03-20 18:22:49 +01:00
parent 7b2751ed9b
commit 34a84a6b9d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ app.view.MessageListView = Backbone.View.extend({
// check for error
if (res && res.status) {
alert('Syncing failed: ' + JSON.stringify(res));
alert('Syncing failed!');
return;
}