1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -05:00

update err message

This commit is contained in:
Tankred Hase 2013-03-20 18:22:49 +01:00
parent 7b2751ed9b
commit 34a84a6b9d

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