diff --git a/spawn_pending.html b/spawn_pending.html
index 3c5588c0619953c3a8e2c93bc81208262d82dd2f..62e046836f777af0fd9519eb6a584af364270173 100644
--- a/spawn_pending.html
+++ b/spawn_pending.html
@@ -1,7 +1,7 @@
 {% extends "templates/spawn_pending.html" %}
 {% block message %}
-{{ super() }}
-<p>This step may take several minutes.</p>
-<p>Most of the time, the issue or delay is related to the server (upgrading or temporary maintanance).</p>
-<p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a>.</p>
+{% {{ super() }} %}
+<p>Your server is starting up and it may take several minutes</p>
+<p>Most issues are related to the server upgrade or temporary maintanance</p>
+<p>If it does not start for an extended period of time, <br> please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a></p>
 {% endblock %}
\ No newline at end of file