1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00
This commit is contained in:
Kyle Spearrin
2017-07-12 10:00:36 -04:00
parent c3bea80ec7
commit 87f0e2be0e
2 changed files with 7 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
return apiService.ciphers.postAttachment({ id: loginId }, fd).$promise;
}).then(function (response) {
$analytics.eventTrack('Added Attachment');
toastr.success('The attachment has been added.');
toastr.success('The attachment has been saved.');
closing = true;
$uibModalInstance.close(true);
}, function (err) {