From 1885c559cf16cfc60ad4dec72bac8f18933960b7 Mon Sep 17 00:00:00 2001 From: Palm Date: Sat, 18 Feb 2023 00:38:01 +0700 Subject: [PATCH] fix: cringe grammar :trollface: --- src/routes/poll/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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!