1
0
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:
Kyle Spearrin
2017-10-18 12:22:56 -04:00
parent f4e72aae8a
commit 170484ba11
13 changed files with 52 additions and 53 deletions

View File

@@ -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();
});
};