fix incorrect message when importing profile
This commit is contained in:
parent
5836dbd3a9
commit
49e012c6eb
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
angular.module('copayApp.controllers').controller('ImportProfileController',
|
||||
function($scope, $rootScope, $location, $timeout, notification, isMobile, isCordova, identityService) {
|
||||
$scope.title = 'Import a backup';
|
||||
$scope.importStatus = 'Importing wallet - Reading backup...';
|
||||
$scope.importStatus = 'Importing profile - Reading backup...';
|
||||
$scope.hideAdv = true;
|
||||
$scope.isSafari = isMobile.Safari();
|
||||
$scope.isCordova = isCordova;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue