diff --git a/src/routes/poll/+page.svelte b/src/routes/poll/+page.svelte
index 50ee1a2..b001cfd 100644
--- a/src/routes/poll/+page.svelte
+++ b/src/routes/poll/+page.svelte
@@ -226,7 +226,7 @@
{#if finalPage && ui_selected_count < 1}
-
No logos have been selected.
+ No logo selected.
{/if}
@@ -236,11 +236,11 @@
{#await submitBallot()}
- Submitting...
+ Submitting your vote...
{:then _}
- Your vote has been cast.
+ Your vote has been casted.
{:catch err}
@@ -270,7 +270,7 @@
- This is an approval voting system. Voters can choose any number of logos. The logo that is
+ This is an approval voting system. Voters can choose any number of logo and variants. The logo that is
selected the most wins. Note that you can only vote once!