From 20b720b115dad68725162de15942994bd2266a9e Mon Sep 17 00:00:00 2001 From: Luis Cuende Date: Mon, 9 Sep 2019 13:15:15 +0200 Subject: [PATCH] Small typo fix in Voting --- apps/voting/app/src/components/VoteCasted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/voting/app/src/components/VoteCasted.js b/apps/voting/app/src/components/VoteCasted.js index e23bc0f4da..cb48699baf 100644 --- a/apps/voting/app/src/components/VoteCasted.js +++ b/apps/voting/app/src/components/VoteCasted.js @@ -51,7 +51,7 @@ function VoteCasted({ vote }) { margin-bottom: ${0.5 * GU}px; `} > - Your vote was casted successfully + Your vote was cast successfully