diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html
index 2a69fcdb915e8abfa30f9b477c791ecb2033c18f..7973e26896bc9e0cda7072fcfc0726aaff093eb8 100644
--- a/app/templates/auth/SignUp.html
+++ b/app/templates/auth/SignUp.html
@@ -128,7 +128,7 @@
         <h4 class="modal-title" id="myModalLabel">Account Request Received!</h4>
       </div>
       <div class="modal-body">
-        <span>Please wait while we create your account. This may take up to 5-10 minutes.</span>
+        <span>Sit tight for a few seconds while we create your account.</span>
         <img src="{{ url_for('static', filename='img/loading.gif') }}" width="40px">
       </div>
     </div>