Merge pull request #335 from ryanxcharles/feature/tx-broadcast-message
improve language
This commit is contained in:
commit
1c177025c3
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ angular.module('copay.transactions').controller('TransactionsController',
|
||||||
w.sendTx(ntxid, function(txid) {
|
w.sendTx(ntxid, function(txid) {
|
||||||
console.log('[transactions.js.68:txid:] SENTTX CALLBACK',txid); //TODO
|
console.log('[transactions.js.68:txid:] SENTTX CALLBACK',txid); //TODO
|
||||||
$rootScope.flashMessage = txid
|
$rootScope.flashMessage = txid
|
||||||
? {type:'success', message: 'Transactions SENT! txid:' + txid}
|
? {type:'success', message: 'Transaction broadcasted. txid: ' + txid}
|
||||||
: {type:'error', message: 'There was an error sending the Transaction'}
|
: {type:'error', message: 'There was an error sending the Transaction'}
|
||||||
;
|
;
|
||||||
_updateTxs();
|
_updateTxs();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue