remove loading message from History. change Send title
This commit is contained in:
parent
c2598b2646
commit
04d6eb7aa4
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue