From ff3fe49dd0769f79dd1f281083fb34447dc7b83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 11 Nov 2022 21:10:21 +0100 Subject: [PATCH] Wording --- app/controllers/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); },