Skip to content

Commit

Permalink
fix(ceremony): grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 27, 2024
1 parent 9be253e commit 38454fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ceremony/src/lib/components/Terminal/Activity.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ function formatTimestamp(timestamp: string): string {
{#if type === "join_waitlist"}
{user} joined the waitlist
{:else if type === "redeem"}
{user} have redeemed a code
{user} has redeemed a code
{:else if type === "join_queue"}
{user} joined the queue
{:else if type === "contribution_started"}
{user} have started their contribution
{user} has started their contribution
{:else if type === "contribution_submitted"}
{user} has submitted their contribution
{:else if type === "contribution_verified"}
{user} contribution just verified
{user}'s contribution has just been verified
{/if}
</Print>
{/each}
Expand Down

0 comments on commit 38454fb

Please sign in to comment.