Skip to content
Snippets Groups Projects
Commit ced02ad6 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

1. fixed welcome message text

2. fixed overlay message text
3. fixed error message broken href tag
parent fcb58edb
No related branches found
No related tags found
No related merge requests found
Pipeline #5080 canceled with stage
......@@ -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>
......
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."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment