mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
renaming logins to generic items
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
return cipherService.saveWithServer(cipher);
|
||||
}).then(function (c) {
|
||||
$analytics.eventTrack('Added Cipher');
|
||||
toastr.success(i18nService.addedLogin);
|
||||
toastr.success(i18nService.addedItem);
|
||||
$scope.close();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user