diff --git a/frontend/src/Components/Loading/LoadingMessage.js b/frontend/src/Components/Loading/LoadingMessage.js index 0f2c2f882..aaa0f0058 100644 --- a/frontend/src/Components/Loading/LoadingMessage.js +++ b/frontend/src/Components/Loading/LoadingMessage.js @@ -19,7 +19,12 @@ const messages = [ 'I\'ll be here all week', 'Don\'t forget to tip your waitress', 'Apply directly to the forehead', - 'Loading Battlestation' + 'Loading Battlestation', + 'Adding more cowbell…', + 'Loading… feel the rhythm!', + 'Spinning the vinyl…', + 'Syncing with the beat…', + 'Preparing the setlist…' ]; let message = null;