added translation attribute to controllers files.
This commit is contained in:
parent
205cd39599
commit
4a91729121
8 changed files with 327 additions and 37 deletions
|
|
@ -19,7 +19,7 @@ BackupService.prototype.download = function(wallet) {
|
|||
var copayerName = this.getCopayer(wallet);
|
||||
var filename = (copayerName ? copayerName + '-' : '') + walletName + '-keybackup.json.aes';
|
||||
|
||||
this.notifications.success('Backup created', 'Encrypted backup file saved.');
|
||||
this.notifications.success('Backup created', 'Encrypted backup file saved');
|
||||
var blob = new Blob([ew], {
|
||||
type: 'text/plain;charset=utf-8'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue