set backupFlag after showing the words

This commit is contained in:
Matias Alejo Garcia 2015-08-08 10:10:44 -03:00
commit ee04b7f318
5 changed files with 13 additions and 9 deletions

View file

@ -21,7 +21,7 @@ angular.module('copayApp.controllers').controller('backupController',
return ;
}
$rootScope.$emit('Local/BackupDone');
notification.success(gettext('Backup created'), gettext('Encrypted backup file saved'));
notification.success(gettext('Success'), gettext('Encrypted export file saved'));
go.walletHome();
});
};