From 9db5aab4987ad64317a2f6724880265f8124250d Mon Sep 17 00:00:00 2001 From: christine betts Date: Wed, 6 Aug 2025 01:13:22 +0000 Subject: [PATCH] Update a couple more witty phrases (#5641) --- packages/cli/src/ui/hooks/usePhraseCycler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index e87b4a03..73c8ccf0 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -43,7 +43,6 @@ export const WITTY_LOADING_PHRASES = [ 'Garbage collecting... be right back...', 'Assembling the interwebs...', 'Converting coffee into code...', - 'Pushing to production (and hoping for the best)...', 'Updating the syntax for reality...', 'Rewiring the synapses...', 'Looking for a misplaced semicolon...', @@ -99,7 +98,7 @@ export const WITTY_LOADING_PHRASES = [ 'Why did the computer go to therapy? It had too many bytes...', "Why don't programmers like nature? It has too many bugs...", 'Why do programmers prefer dark mode? Because light attracts bugs...', - 'Why did the developer go broke? Because he used up all his cache...', + 'Why did the developer go broke? Because they used up all their cache...', "What can you do with a broken pencil? Nothing, it's pointless...", 'Applying percussive maintenance...', 'Searching for the correct USB orientation...',