diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index dc0993f0..83d68601 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -138,6 +138,7 @@ export const WITTY_LOADING_PHRASES = [ 'Enhancing... Enhancing... Still loading.', "It's not a bug, it's a feature... of this loading screen.", 'Have you tried turning it off and on again? (The loading screen, not me.)', + 'Constructing additional pylons...', ]; export const PHRASE_CHANGE_INTERVAL_MS = 15000;