diff --git a/ceremony/src/lib/components/Terminal/Queue.svelte b/ceremony/src/lib/components/Terminal/Queue.svelte index 2ba7d7bee4..6e2a2b51f1 100644 --- a/ceremony/src/lib/components/Terminal/Queue.svelte +++ b/ceremony/src/lib/components/Terminal/Queue.svelte @@ -36,7 +36,7 @@ $effect(() => { {#if contributor.queueState.position} - {contributor.queueState.position < 78 ? + {contributor.queueState.position < 50 ? "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 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." }