1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-24 08:18:48 -05:00

Change updated flag message

This commit is contained in:
Tankred Hase 2014-06-10 14:23:51 +02:00
parent 2592b35e4c
commit 3dc2222050

View File

@ -101,7 +101,7 @@ define(function(require) {
return; return;
} }
updateStatus('Flag updated!'); updateStatus('Online');
$scope.$apply(); $scope.$apply();
}); });
}; };