Skip to content

Commit

Permalink
fix(cceremony): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 31, 2024
1 parent 3218145 commit 641e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/components/Terminal/Queue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $effect(() => {
<Print class="text-red-500">
{contributor.queueState.position < 78 ?
"Do not close this tab or your Terminal. Ensure you have a reliable internet connection and that your computer does not go to sleep." :
"Your contribution slot is far in the future. You can turn your device off and rejoin later without losing progression. If you are not online when it is your turn, you will lose your slot and not be able to contribute."
"Your contribution slot is far in the future. You can turn your device off and return later without losing progression. If you are not online when it is your turn, you will lose your slot and not be able to contribute."
}
</Print>
{/if}
Expand Down

0 comments on commit 641e5ba

Please sign in to comment.