From 33aaabfaf4ebaf44578edfb02b02be80f13e762b Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 31 Oct 2024 12:44:33 +0100 Subject: [PATCH] fix(ceremony): position --- ceremony/src/lib/components/Terminal/Queue.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }