mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 23:24:30 +02:00
fix: cringe grammar
:trollface:
This commit is contained in:
parent
ec2e8adfec
commit
1885c559cf
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
{#if finalPage && ui_selected_count < 1}
|
{#if finalPage && ui_selected_count < 1}
|
||||||
<div class="warning" in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
<div class="warning" in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
||||||
<h6>No logos have been selected.</h6>
|
<h6>No logo selected.</h6>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
@ -236,11 +236,11 @@
|
|||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
{#await submitBallot()}
|
{#await submitBallot()}
|
||||||
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
||||||
Submitting...
|
Submitting your vote...
|
||||||
</h6>
|
</h6>
|
||||||
{:then _}
|
{:then _}
|
||||||
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
||||||
Your vote has been cast.
|
Your vote has been casted.
|
||||||
</h6>
|
</h6>
|
||||||
{:catch err}
|
{:catch err}
|
||||||
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
||||||
@ -270,7 +270,7 @@
|
|||||||
<svelte:fragment slot="description">
|
<svelte:fragment slot="description">
|
||||||
<div class="desc">
|
<div class="desc">
|
||||||
<h6>
|
<h6>
|
||||||
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!
|
selected the most wins. Note that you can only vote once!
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user