1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

renaming logins to ciphers in move

This commit is contained in:
Kyle Spearrin
2017-10-11 09:45:52 -04:00
parent 4af2edafd3
commit de3f310082
4 changed files with 8 additions and 8 deletions

View File

@@ -415,8 +415,8 @@
var modal = $uibModal.open({
animation: true,
templateUrl: 'app/vault/views/vaultMoveLogins.html',
controller: 'vaultMoveLoginsController',
templateUrl: 'app/vault/views/vaultMoveCiphers.html',
controller: 'vaultMoveCiphersController',
size: 'sm',
resolve: {
ids: function () { return ids; }