From 5f31b0e5edbdd7d55287a30db97de4ca4c95172c Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 24 May 2023 18:42:23 -0500 Subject: [PATCH] fixup! Fixed: those stupid lines --- frontend/src/Components/Loading/LoadingMessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Loading/LoadingMessage.js b/frontend/src/Components/Loading/LoadingMessage.js index 55bc6c2f9..75744312d 100644 --- a/frontend/src/Components/Loading/LoadingMessage.js +++ b/frontend/src/Components/Loading/LoadingMessage.js @@ -19,7 +19,7 @@ const messages = [ 'I\'ll be here all week', 'Don\'t forget to tip your waitress', 'Apply directly to the forehead', - 'Loading Battlestations' + 'Loading Battlestation' ]; let message = null;