From a43059f0f9bbff77af46a95b6491d39175c98406 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 24 May 2023 18:40:29 -0500 Subject: [PATCH] Fixed: those stupid lines --- frontend/src/Components/Loading/LoadingMessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Components/Loading/LoadingMessage.js b/frontend/src/Components/Loading/LoadingMessage.js index 8c14ef0e1..55bc6c2f9 100644 --- a/frontend/src/Components/Loading/LoadingMessage.js +++ b/frontend/src/Components/Loading/LoadingMessage.js @@ -13,13 +13,13 @@ const messages = [ 'Loading humorous message... Please Wait', 'I could\'ve been faster in Python', 'Don\'t forget to rewind your episodes', - 'Congratulations! you are the 1000th visitor.', + 'Congratulations! You are the 10,000th visitor.', 'HELP! I\'m being held hostage and forced to write these stupid lines!', 'RE-calibrating the internet...', 'I\'ll be here all week', 'Don\'t forget to tip your waitress', 'Apply directly to the forehead', - 'Loading Battlestation' + 'Loading Battlestations' ]; let message = null;