summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 73c8ccf0..0bf2c2a2 100644
--- a/packages/cli/src/ui/hooks/usePhraseCycler.ts
+++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts
@@ -135,6 +135,7 @@ export const WITTY_LOADING_PHRASES = [
"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...',
+ 'New line? That’s Ctrl+J.',
];
export const PHRASE_CHANGE_INTERVAL_MS = 15000;