summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/usePhraseCycler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/hooks/usePhraseCycler.ts')
-rw-r--r--packages/cli/src/ui/hooks/usePhraseCycler.ts1
1 files changed, 1 insertions, 0 deletions
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;