Skip to content

Commit

Permalink
Merge pull request #65 from decide-update-4-1/workbranch-manalerod2
Browse files Browse the repository at this point in the history
fix: corregido mensaje de confirmación en el booth #31
  • Loading branch information
ManuelAles authored Dec 18, 2022
2 parents 95fa20d + 6dac83e commit dfb7af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decide/booth/templates/booth/booth.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h2>[[ voting.question.desc ]]</h2>
.then(data => {
this.successVote = true;
this.alertShow = false;
this.showAlert("success", '{% trans "Conglatulations. Your vote has been sent" %}');
this.showAlert("success", '{% trans "Congratulations. Your vote has been sent" %}');
})
.catch(error => {
this.succesVote = false;
Expand Down

0 comments on commit dfb7af8

Please sign in to comment.