diff --git a/app/controllers/dashboard.js b/app/controllers/dashboard.js index 433a0cb..a8bccb9 100644 --- a/app/controllers/dashboard.js +++ b/app/controllers/dashboard.js @@ -41,7 +41,7 @@ export default Controller.extend({ vetoContribution (contributionId) { this.kredits.veto(contributionId).then(transaction => { - console.debug('[controllers:index] Veto submitted to Ethereum blockhain: '+transaction.hash); + console.debug('[controllers:index] Veto submitted to chain: '+transaction.hash); }); },