remove loading message from History. change Send title

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 22:01:52 -03:00
commit 04d6eb7aa4
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('SendController',
preconditions.checkState(w);
preconditions.checkState(w.settings.unitToSatoshi);
$rootScope.title = w.isShared() ? 'Create Transaction Proposal' : 'Send';
$rootScope.title = w.isShared() ? 'Send Proposal' : 'Send';
$scope.loading = false;
$scope.error = $scope.success = null;