Merge pull request #2125 from bechi/bugs/waiting-copayers

fix layout bugs
This commit is contained in:
Matias Alejo Garcia 2014-12-12 15:16:06 -03:00
commit 2e90e1be6c
2 changed files with 13 additions and 17 deletions

View file

@ -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();