diff --git a/js/controllers/copayers.js b/js/controllers/copayers.js index 5fdf0434e..a988ad048 100644 --- a/js/controllers/copayers.js +++ b/js/controllers/copayers.js @@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('CopayersController', function($scope, $rootScope, $timeout, go) { $scope.init = function() { var w = $rootScope.wallet; - $rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName(); + $rootScope.title = 'Share this secret with your copayers'; $scope.loading = false; $scope.secret = $rootScope.wallet.getSecret(); diff --git a/views/copayers.html b/views/copayers.html index efea1ce53..b59d121c3 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -1,34 +1,30 @@
-
-
-

- Waiting copayers... -

+
+
+

{{$root.title}}

-

- Share this secret with your other copayers -
- Personal Wallet - - Multisignature wallet [{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ] - - in TESTNET -
-

-
+
{{secret}}
+
+

{{$root.wallet.getName()}}

+ + [{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ] + + in TESTNET +
+

Waiting for copayers