another typo
This commit is contained in:
parent
55f26590bc
commit
9d149b8394
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ angular.module('copay.send').controller('SendController',
|
|||
form.amount.$pristine = true;
|
||||
|
||||
// TODO: check if createTx has an error.
|
||||
$rootScope.flashMessage = { message: 'You send a proposal transaction succefully', type: 'success'};
|
||||
$rootScope.flashMessage = { message: 'Your transaction proposal has been sent successfully', type: 'success'};
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue