diff --git a/src/app/components/delegates/vote.js b/src/app/components/delegates/vote.js index 9e39f6b6a..ec1a0971c 100644 --- a/src/app/components/delegates/vote.js +++ b/src/app/components/delegates/vote.js @@ -37,7 +37,7 @@ app.component('vote', { unvoteList: this.unvoteList, }).then(() => { this.$mdDialog.hide(this.voteList, this.unvoteList); - this.dialog.successToast('Voting succesfull'); + this.dialog.successToast('Voting successful'); }).catch((response) => { this.dialog.errorToast(response.message || 'Voting failed'); }).finally(() => {