From ced02ad67334ee3a01169420a16f6b8c42a6808c Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 8 Sep 2021 15:02:33 -0500
Subject: [PATCH] 1. fixed welcome message text 2. fixed overlay message text
 3. fixed error message broken href tag

---
 app/templates/auth/SignUp.html | 2 +-
 messages.py                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html
index 7973e26..2772352 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>Sit tight for a few seconds while we create your account.</span>
+        <span>Sit tight while we create your account.</span>
         <img src="{{ url_for('static', filename='img/loading.gif') }}" width="40px">
       </div>
     </div>
diff --git a/messages.py b/messages.py
index 49898d0..8f614e0 100644
--- a/messages.py
+++ b/messages.py
@@ -1,3 +1,3 @@
-welcome_message = "Welcome to UAB's Reseach Computing cluster. The information below will be used to create your account. Please fill in all the details as this helps us understand our user base. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a>  for any assistance in creating your account."
+welcome_message = "The information below will be used to create your account. Please fill in the reason for requesting your account as this helps us understand our user base. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a> if you have any questions."
 cancel_message = "Close browser to end session. Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a> for any assistance in creating your account."
-error_message = "Error while creating your account. We have been notified about this. Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a>  for any assistance in creating your account."
+error_message = "Error while creating your account. We have been notified about this. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a>  for any assistance in creating your account."
-- 
GitLab