Skip to content

Commit

Permalink
Update loading quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Dec 29, 2022
1 parent 60b8b04 commit 6ea9ed5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ios/voicebox/UI/VBEnhanceViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ - (NSString*)randomLoadingLabel
@"Enhance, enhance, enhance...",
@"Magic incoming...",
@"Talking to the machines...",
@"Calling an intern, one sec...",
@"Making stuff up..."
@"Calling an intern..."
];

return labelOptions[arc4random() % labelOptions.count];
Expand Down

0 comments on commit 6ea9ed5

Please sign in to comment.